Html Css Color HEX #447912 Bilbao

📋 copy color: '#447912'

red 68 ◦ green 121 ◦ blue 18

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

Shades of Bilbao #447912

Tints of Bilbao #447912

RGB

 RED value IS 68 (26.95% from 255) = 32.85%

 GREEN value IS 121 (47.66% from 255) = 58.45%

 BLUE value IS 18 (7.42% from 255) = 8.7%

R = 32.85%
G = 58.45%
B = 8.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#447912 (or 0x447912) is known color: Bilbao. HEX triplet: 44, 79 and 12. RGB value is (68,121,18). Sum of RGB (Red+Green+Blue) = 68+121+18=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 121 (47.66% from 255 or 58.45% from 207); Blue value is 18 (7.42% from 255 or 8.70% from 207); Max value from RGB is 121 - color contains mainly: green. Hex color #447912 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447912 is #BB86ED. Grayscale: #5D5D5D. Windows color (decimal): -12289774 or 1210692. OLE color: 1210692.

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

Color convert

RGB 68 121 18 -
CMYK 0.44 0 0.85 0.53
HSL 90.87º 0.74% 0.27% -
HSV(B) 90.87º 0.85% 0.47% -
XYZ 9.33 14.95 2.97 -
YUV 93.41 85.44 109.88 -
System Red Green Blue C M Y K H S L
Decimal 68 121 18 0.44 0 0.85 0.53 90.87 0.74 0.27
Hex 44 79 12 2C 0 55 35 5B 4A 1B
Octal 104 171 22 54 0 125 65 133 112 33
Binary 1000100 1111001 10010 101100 0 1010101 110101 1011011 1001010 11011

Color Harmonies of #447912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447912

Black with #447912

Text Example


Text Example

White with #447912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447912; }

 p { color: rgb(68,121,18); }

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

background-color css

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

 a { background-color: rgb(68,121,18); }

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

border-color css

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

 span { border-color: rgb(68,121,18); }

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