Html Css Color HEX #447417 Bilbao

📋 copy color: '#447417'

red 68 ◦ green 116 ◦ blue 23

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

Shades of Bilbao #447417

Tints of Bilbao #447417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 56.04%

 BLUE value IS 23 (9.38% from 255) = 11.11%

R = 32.85%
G = 56.04%
B = 11.11%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#447417 (or 0x447417) is known color: Bilbao. HEX triplet: 44, 74 and 17. RGB value is (68,116,23). Sum of RGB (Red+Green+Blue) = 68+116+23=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 116 (45.70% from 255 or 56.04% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 116 - color contains mainly: green. Hex color #447417 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447417 is #BB8BE8. Grayscale: #5B5B5B. Windows color (decimal): -12291049 or 1537092. OLE color: 1537092.

HSL color Cylindrical-coordinate representation of color #447417: hue angle of 90.97º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #447417 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 23 -
CMYK 0.41 0 0.80 0.55
HSL 90.97º 0.67% 0.27% -
HSV(B) 90.97º 0.8% 0.45% -
XYZ 8.78 13.78 3.01 -
YUV 91.05 89.6 111.56 -
System Red Green Blue C M Y K H S L
Decimal 68 116 23 0.41 0 0.80 0.55 90.97 0.67 0.27
Hex 44 74 17 29 0 50 37 5B 43 1B
Octal 104 164 27 51 0 120 67 133 103 33
Binary 1000100 1110100 10111 101001 0 1010000 110111 1011011 1000011 11011

Color Harmonies of #447417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447417

Black with #447417

Text Example


Text Example

White with #447417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447417; }

 p { color: rgb(68,116,23); }

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

background-color css

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

 a { background-color: rgb(68,116,23); }

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

border-color css

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

 span { border-color: rgb(68,116,23); }

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