Html Css Color HEX #447715 Bilbao

📋 copy color: '#447715'

red 68 ◦ green 119 ◦ blue 21

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

Shades of Bilbao #447715

Tints of Bilbao #447715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 57.21%

 BLUE value IS 21 (8.59% from 255) = 10.1%

R = 32.69%
G = 57.21%
B = 10.1%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#447715 (or 0x447715) is known color: Bilbao. HEX triplet: 44, 77 and 15. RGB value is (68,119,21). Sum of RGB (Red+Green+Blue) = 68+119+21=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 119 (46.88% from 255 or 57.21% from 208); Blue value is 21 (8.59% from 255 or 10.10% from 208); Max value from RGB is 119 - color contains mainly: green. Hex color #447715 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447715 is #BB88EA. Grayscale: #5C5C5C. Windows color (decimal): -12290283 or 1406788. OLE color: 1406788.

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

Color convert

RGB 68 119 21 -
CMYK 0.43 0 0.82 0.53
HSL 91.22º 0.7% 0.27% -
HSV(B) 91.22º 0.82% 0.47% -
XYZ 9.12 14.48 3.02 -
YUV 92.58 87.6 110.47 -
System Red Green Blue C M Y K H S L
Decimal 68 119 21 0.43 0 0.82 0.53 91.22 0.7 0.27
Hex 44 77 15 2B 0 52 35 5B 46 1B
Octal 104 167 25 53 0 122 65 133 106 33
Binary 1000100 1110111 10101 101011 0 1010010 110101 1011011 1000110 11011

Color Harmonies of #447715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447715

Black with #447715

Text Example


Text Example

White with #447715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447715; }

 p { color: rgb(68,119,21); }

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

background-color css

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

 a { background-color: rgb(68,119,21); }

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

border-color css

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

 span { border-color: rgb(68,119,21); }

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