Html Css Color HEX #447519 Bilbao

📋 copy color: '#447519'

red 68 ◦ green 117 ◦ blue 25

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

Shades of Bilbao #447519

Tints of Bilbao #447519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.9%

R = 32.38%
G = 55.71%
B = 11.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#447519 (or 0x447519) is known color: Bilbao. HEX triplet: 44, 75 and 19. RGB value is (68,117,25). Sum of RGB (Red+Green+Blue) = 68+117+25=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 117 (46.09% from 255 or 55.71% from 210); Blue value is 25 (10.16% from 255 or 11.90% from 210); Max value from RGB is 117 - color contains mainly: green. Hex color #447519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #447519 is #BB8AE6. Grayscale: #5C5C5C. Windows color (decimal): -12290791 or 1668420. OLE color: 1668420.

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

Color convert

RGB 68 117 25 -
CMYK 0.42 0 0.79 0.54
HSL 91.96º 0.65% 0.28% -
HSV(B) 91.96º 0.79% 0.46% -
XYZ 8.92 14.02 3.16 -
YUV 91.86 90.27 110.98 -
System Red Green Blue C M Y K H S L
Decimal 68 117 25 0.42 0 0.79 0.54 91.96 0.65 0.28
Hex 44 75 19 2A 0 4F 36 5C 41 1C
Octal 104 165 31 52 0 117 66 134 101 34
Binary 1000100 1110101 11001 101010 0 1001111 110110 1011100 1000001 11100

Color Harmonies of #447519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447519

Black with #447519

Text Example


Text Example

White with #447519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447519; }

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

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

background-color css

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

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

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

border-color css

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

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

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