Html Css Color HEX #447515 Bilbao

📋 copy color: '#447515'

red 68 ◦ green 117 ◦ blue 21

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

Shades of Bilbao #447515

Tints of Bilbao #447515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.8%

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

R = 33.01%
G = 56.8%
B = 10.19%

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

#447515 (or 0x447515) is known color: Bilbao. HEX triplet: 44, 75 and 15. RGB value is (68,117,21). Sum of RGB (Red+Green+Blue) = 68+117+21=206 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.01% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #447515 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447515 is #BB8AEA. Grayscale: #5B5B5B. Windows color (decimal): -12290795 or 1406276. OLE color: 1406276.

HSL color Cylindrical-coordinate representation of color #447515: hue angle of 90.62º 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 #447515 is Cyan = 0.42, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 117 21 -
CMYK 0.42 0 0.82 0.54
HSL 90.63º 0.7% 0.27% -
HSV(B) 90.63º 0.82% 0.46% -
XYZ 8.88 14.01 2.94 -
YUV 91.41 88.27 111.31 -
System Red Green Blue C M Y K H S L
Decimal 68 117 21 0.42 0 0.82 0.54 90.63 0.7 0.27
Hex 44 75 15 2A 0 52 36 5B 46 1B
Octal 104 165 25 52 0 122 66 133 106 33
Binary 1000100 1110101 10101 101010 0 1010010 110110 1011011 1000110 11011

Color Harmonies of #447515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447515

Black with #447515

Text Example


Text Example

White with #447515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447515; }

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

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

background-color css

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

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

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

border-color css

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

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

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