Html Css Color HEX #447612 Bilbao

📋 copy color: '#447612'

red 68 ◦ green 118 ◦ blue 18

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

Shades of Bilbao #447612

Tints of Bilbao #447612

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.84%

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

R = 33.33%
G = 57.84%
B = 8.82%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#447612 (or 0x447612) is known color: Bilbao. HEX triplet: 44, 76 and 12. RGB value is (68,118,18). Sum of RGB (Red+Green+Blue) = 68+118+18=204 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.33% from 204); Green value is 118 (46.48% from 255 or 57.84% from 204); Blue value is 18 (7.42% from 255 or 8.82% from 204); Max value from RGB is 118 - color contains mainly: green. Hex color #447612 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447612 is #BB89ED. Grayscale: #5B5B5B. Windows color (decimal): -12290542 or 1209924. OLE color: 1209924.

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

Color convert

RGB 68 118 18 -
CMYK 0.42 0 0.85 0.54
HSL 90º 0.74% 0.27% -
HSV(B) 90º 0.85% 0.46% -
XYZ 8.97 14.23 2.85 -
YUV 91.65 86.44 111.13 -
System Red Green Blue C M Y K H S L
Decimal 68 118 18 0.42 0 0.85 0.54 90 0.74 0.27
Hex 44 76 12 2A 0 55 36 5A 4A 1B
Octal 104 166 22 52 0 125 66 132 112 33
Binary 1000100 1110110 10010 101010 0 1010101 110110 1011010 1001010 11011

Color Harmonies of #447612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447612

Black with #447612

Text Example


Text Example

White with #447612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447612; }

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

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

background-color css

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

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

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

border-color css

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

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

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