Html Css Color HEX #3B7009 Bilbao

📋 copy color: '#3B7009'

red 59 ◦ green 112 ◦ blue 9

#3B7009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #3B7009

Tints of Bilbao #3B7009

RGB

 RED value IS 59 (23.44% from 255) = 32.78%

 GREEN value IS 112 (44.14% from 255) = 62.22%

 BLUE value IS 9 (3.91% from 255) = 5%

R = 32.78%
G = 62.22%
B = 5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#3B7009 (or 0x3B7009) is known color: Bilbao. HEX triplet: 3B, 70 and 09. RGB value is (59,112,9). Sum of RGB (Red+Green+Blue) = 59+112+9=180 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.78% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3B7009 is #C48FF6. Grayscale: #545454. Windows color (decimal): -12881911 or 618555. OLE color: 618555.

HSL color Cylindrical-coordinate representation of color #3B7009: hue angle of 90.87º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3B7009 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 9 -
CMYK 0.47 0 0.92 0.56
HSL 90.87º 0.85% 0.24% -
HSV(B) 90.87º 0.92% 0.44% -
XYZ 7.65 12.54 2.28 -
YUV 84.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 59 112 9 0.47 0 0.92 0.56 90.87 0.85 0.24
Hex 3B 70 9 2F 0 5C 38 5B 55 18
Octal 73 160 11 57 0 134 70 133 125 30
Binary 111011 1110000 1001 101111 0 1011100 111000 1011011 1010101 11000

Color Harmonies of #3B7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7009

Black with #3B7009

Text Example


Text Example

White with #3B7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,9); }

 H1.HeaderClassName
 {
   color: #3B7009;
 }
 .AnyTagClassName
 {
   color: #3B7009;
 }
</style>

background-color css

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

 a { background-color: rgb(59,112,9); }

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

border-color css

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

 span { border-color: rgb(59,112,9); }

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