Html Css Color HEX #447525 Bilbao

📋 copy color: '#447525'

red 68 ◦ green 117 ◦ blue 37

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

Shades of Bilbao #447525

Tints of Bilbao #447525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.67%

R = 30.63%
G = 52.7%
B = 16.67%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.68

 K value IS 0.54

RGB Variations

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

Color information

#447525 (or 0x447525) is known color: Bilbao. HEX triplet: 44, 75 and 25. RGB value is (68,117,37). Sum of RGB (Red+Green+Blue) = 68+117+37=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 117 (46.09% from 255 or 52.70% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 117 - color contains mainly: green. Hex color #447525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447525 is #BB8ADA. Grayscale: #5D5D5D. Windows color (decimal): -12290779 or 2454852. OLE color: 2454852.

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

Color convert

RGB 68 117 37 -
CMYK 0.42 0 0.68 0.54
HSL 96.75º 0.52% 0.3% -
HSV(B) 96.75º 0.68% 0.46% -
XYZ 9.08 14.09 3.99 -
YUV 93.23 96.27 110 -
System Red Green Blue C M Y K H S L
Decimal 68 117 37 0.42 0 0.68 0.54 96.75 0.52 0.3
Hex 44 75 25 2A 0 44 36 61 34 1E
Octal 104 165 45 52 0 104 66 141 64 36
Binary 1000100 1110101 100101 101010 0 1000100 110110 1100001 110100 11110

Color Harmonies of #447525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447525

Black with #447525

Text Example


Text Example

White with #447525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447525; }

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

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

background-color css

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

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

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

border-color css

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

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

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