Html Css Color HEX #447613 Bilbao

📋 copy color: '#447613'

red 68 ◦ green 118 ◦ blue 19

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

Shades of Bilbao #447613

Tints of Bilbao #447613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.27%

R = 33.17%
G = 57.56%
B = 9.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#447613 (or 0x447613) is known color: Bilbao. HEX triplet: 44, 76 and 13. RGB value is (68,118,19). Sum of RGB (Red+Green+Blue) = 68+118+19=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #447613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447613 is #BB89EC. Grayscale: #5C5C5C. Windows color (decimal): -12290541 or 1275460. OLE color: 1275460.

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

Color convert

RGB 68 118 19 -
CMYK 0.42 0 0.84 0.54
HSL 90.3º 0.72% 0.27% -
HSV(B) 90.3º 0.84% 0.46% -
XYZ 8.98 14.23 2.89 -
YUV 91.76 86.94 111.05 -
System Red Green Blue C M Y K H S L
Decimal 68 118 19 0.42 0 0.84 0.54 90.3 0.72 0.27
Hex 44 76 13 2A 0 54 36 5A 48 1B
Octal 104 166 23 52 0 124 66 132 110 33
Binary 1000100 1110110 10011 101010 0 1010100 110110 1011010 1001000 11011

Color Harmonies of #447613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447613

Black with #447613

Text Example


Text Example

White with #447613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447613; }

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

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

background-color css

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

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

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

border-color css

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

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

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