Html Css Color HEX #447615 Bilbao

📋 copy color: '#447615'

red 68 ◦ green 118 ◦ blue 21

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

Shades of Bilbao #447615

Tints of Bilbao #447615

RGB

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

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

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

R = 32.85%
G = 57%
B = 10.14%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#447615 (or 0x447615) is known color: Bilbao. HEX triplet: 44, 76 and 15. RGB value is (68,118,21). Sum of RGB (Red+Green+Blue) = 68+118+21=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 118 (46.48% from 255 or 57.00% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 118 - color contains mainly: green. Hex color #447615 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447615 is #BB89EA. Grayscale: #5C5C5C. Windows color (decimal): -12290539 or 1406532. OLE color: 1406532.

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

Color convert

RGB 68 118 21 -
CMYK 0.42 0 0.82 0.54
HSL 90.93º 0.7% 0.27% -
HSV(B) 90.93º 0.82% 0.46% -
XYZ 9 14.24 2.98 -
YUV 91.99 87.94 110.89 -
System Red Green Blue C M Y K H S L
Decimal 68 118 21 0.42 0 0.82 0.54 90.93 0.7 0.27
Hex 44 76 15 2A 0 52 36 5B 46 1B
Octal 104 166 25 52 0 122 66 133 106 33
Binary 1000100 1110110 10101 101010 0 1010010 110110 1011011 1000110 11011

Color Harmonies of #447615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447615

Black with #447615

Text Example


Text Example

White with #447615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447615; }

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

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

background-color css

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

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

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

border-color css

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

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

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