#3A6F02

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

Shades of Bilbao #3A6F02

Tints of Bilbao #3A6F02

Color information

#3A6F02 (or 0x3A6F02) is unknown color: approx Bilbao. HEX triplet: 3A, 6F and 02. RGB value is (58,111,2). Sum of RGB (Red+Green+Blue) = 58+111+2=171 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.92% from 171); Green value is 111 (43.75% from 255 or 64.91% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3A6F02 is #C590FD. Grayscale: #535353. Windows color (decimal): -12947710 or 159546. OLE color: 159546.

HSL color Cylindrical-coordinate representation of color #3A6F02: hue angle of 89.17º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A6F02 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB581112-
CMYK0.4800.980.56
HSL89.17º96.46%22.16%-
HSV(B)89.17º98.2%43.53%-
XYZ7.4412.272.03-
YUV82.7382.44110.36-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 33.92%
GREEN value IS 111 (43.75% from 255) = 64.91%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=33.92%
G=64.91%
B=1.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5811120.4800.980.5689.1796.4622.16
Hex3A6F23006238596016
Octal7215726001427013114026
Binary111010110111110110000011000101110001011001110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A6F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,111,2); }

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

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

 a { background-color: rgb(58,111,2); }

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

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

 span { border-color: rgb(58,111,2); }

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