Html Css Color HEX #447533 Bilbao

📋 copy color: '#447533'

red 68 ◦ green 117 ◦ blue 51

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

Shades of Bilbao #447533

Tints of Bilbao #447533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.61%

R = 28.81%
G = 49.58%
B = 21.61%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.56

 K value IS 0.54

RGB Variations

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

Color information

#447533 (or 0x447533) is known color: Bilbao. HEX triplet: 44, 75 and 33. RGB value is (68,117,51). Sum of RGB (Red+Green+Blue) = 68+117+51=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 117 (46.09% from 255 or 49.58% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 117 - color contains mainly: green. Hex color #447533 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447533 is #BB8ACC. Grayscale: #5F5F5F. Windows color (decimal): -12290765 or 3372356. OLE color: 3372356.

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

Color convert

RGB 68 117 51 -
CMYK 0.42 0 0.56 0.54
HSL 104.55º 0.39% 0.33% -
HSV(B) 104.55º 0.56% 0.46% -
XYZ 9.34 14.19 5.38 -
YUV 94.83 103.27 108.87 -
System Red Green Blue C M Y K H S L
Decimal 68 117 51 0.42 0 0.56 0.54 104.55 0.39 0.33
Hex 44 75 33 2A 0 38 36 69 27 21
Octal 104 165 63 52 0 70 66 151 47 41
Binary 1000100 1110101 110011 101010 0 111000 110110 1101001 100111 100001

Color Harmonies of #447533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447533

Black with #447533

Text Example


Text Example

White with #447533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447533; }

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

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

background-color css

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

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

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

border-color css

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

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

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