Html Css Color HEX #447614 Bilbao

📋 copy color: '#447614'

red 68 ◦ green 118 ◦ blue 20

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

Shades of Bilbao #447614

Tints of Bilbao #447614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.71%

R = 33.01%
G = 57.28%
B = 9.71%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#447614 (or 0x447614) is known color: Bilbao. HEX triplet: 44, 76 and 14. RGB value is (68,118,20). Sum of RGB (Red+Green+Blue) = 68+118+20=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #447614 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447614 is #BB89EB. Grayscale: #5C5C5C. Windows color (decimal): -12290540 or 1340996. OLE color: 1340996.

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

Color convert

RGB 68 118 20 -
CMYK 0.42 0 0.83 0.54
HSL 90.61º 0.71% 0.27% -
HSV(B) 90.61º 0.83% 0.46% -
XYZ 8.99 14.24 2.94 -
YUV 91.88 87.44 110.97 -
System Red Green Blue C M Y K H S L
Decimal 68 118 20 0.42 0 0.83 0.54 90.61 0.71 0.27
Hex 44 76 14 2A 0 53 36 5B 47 1B
Octal 104 166 24 52 0 123 66 133 107 33
Binary 1000100 1110110 10100 101010 0 1010011 110110 1011011 1000111 11011

Color Harmonies of #447614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447614

Black with #447614

Text Example


Text Example

White with #447614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447614; }

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

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

background-color css

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

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

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

border-color css

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

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

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