#3A7D01

Color #3A7D01 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #3A7D01

Tints of Bilbao #3A7D01

Color information

#3A7D01 (or 0x3A7D01) is unknown color: approx Bilbao. HEX triplet: 3A, 7D and 01. RGB value is (58,125,1). Sum of RGB (Red+Green+Blue) = 58+125+1=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 125 (49.22% from 255 or 67.93% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 125 - color contains mainly: green. Hex color #3A7D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A7D01 is #C582FE. Grayscale: #5B5B5B. Windows color (decimal): -12944127 or 97594. OLE color: 97594.

HSL color Cylindrical-coordinate representation of color #3A7D01: hue angle of 92.42º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A7D01 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.51.

Color convert

RGB581251-
CMYK0.5400.990.51
HSL92.42º98.41%24.71%-
HSV(B)92.42º99.2%49.02%-
XYZ9.0815.572.56-
YUV90.8377.3104.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 125 (49.22% from 255) = 67.93%
BLUE value IS 1 (0.78% from 255) = 0.54%
R=31.52%
G=67.93%
B=0.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5812510.5400.990.5192.4298.4124.71
Hex3A7D136063335c6219
Octal7217516601436313414231
Binary11101011111011110110011000111100111011100110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A7D01; }

 p { color: rgb(58,125,1); }

 H1.HeaderClassName
 {
   color: #3A7D01;
 }
 .AnyTagClassName
 {
   color: #3A7D01;
 }
</style>
background-color css

<style>
 a { background-color: #3A7D01; }

 a { background-color: rgb(58,125,1); }

 div.DivClassName
 {
   background-color: #3A7D01;
 }
 .BgClassName
 {
   background-color: #3A7D01;
 }
</style>
border-color css

<style>
 span { border-color: #3A7D01; }

 span { border-color: rgb(58,125,1); }

 td.TdClassName
 {
   border-color: #3A7D01;
 }
 .TagClassName
 {
   border-color: #3A7D01;
 }
</style>