Html Css Color HEX #3F7009 Bilbao

📋 copy color: '#3F7009'

red 63 ◦ green 112 ◦ blue 9

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

Shades of Bilbao #3F7009

Tints of Bilbao #3F7009

RGB

 RED value IS 63 (25% from 255) = 34.24%

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

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

R = 34.24%
G = 60.87%
B = 4.89%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#3F7009 (or 0x3F7009) is known color: Bilbao. HEX triplet: 3F, 70 and 09. RGB value is (63,112,9). Sum of RGB (Red+Green+Blue) = 63+112+9=184 (24% of max value = 765). Red value is 63 (25% from 255 or 34.24% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 9 (3.91% from 255 or 4.89% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #3F7009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3F7009 is #C08FF6. Grayscale: #555555. Windows color (decimal): -12619767 or 618559. OLE color: 618559.

HSL color Cylindrical-coordinate representation of color #3F7009: hue angle of 88.54º 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 #3F7009 is Cyan = 0.44, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 63 112 9 -
CMYK 0.44 0 0.92 0.56
HSL 88.54º 0.85% 0.24% -
HSV(B) 88.54º 0.92% 0.44% -
XYZ 7.89 12.66 2.29 -
YUV 85.61 84.77 111.88 -
System Red Green Blue C M Y K H S L
Decimal 63 112 9 0.44 0 0.92 0.56 88.54 0.85 0.24
Hex 3F 70 9 2C 0 5C 38 59 55 18
Octal 77 160 11 54 0 134 70 131 125 30
Binary 111111 1110000 1001 101100 0 1011100 111000 1011001 1010101 11000

Color Harmonies of #3F7009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7009

Black with #3F7009

Text Example


Text Example

White with #3F7009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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