Html Css Color HEX #445532 Clover

📋 copy color: '#445532'

red 68 ◦ green 85 ◦ blue 50

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

Shades of Clover #445532

Tints of Clover #445532

RGB

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

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 33.5%
G = 41.87%
B = 24.63%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#445532 (or 0x445532) is known color: Clover. HEX triplet: 44, 55 and 32. RGB value is (68,85,50). Sum of RGB (Red+Green+Blue) = 68+85+50=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #445532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445532 is #BBAACD. Grayscale: #4C4C4C. Windows color (decimal): -12298958 or 3298628. OLE color: 3298628.

HSL color Cylindrical-coordinate representation of color #445532: hue angle of 89.14º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445532 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 50 -
CMYK 0.20 0 0.41 0.67
HSL 89.14º 0.26% 0.26% -
HSV(B) 89.14º 0.41% 0.33% -
XYZ 6.21 7.96 4.23 -
YUV 75.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 68 85 50 0.20 0 0.41 0.67 89.14 0.26 0.26
Hex 44 55 32 14 0 29 43 59 1A 1A
Octal 104 125 62 24 0 51 103 131 32 32
Binary 1000100 1010101 110010 10100 0 101001 1000011 1011001 11010 11010

Color Harmonies of #445532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445532

Black with #445532

Text Example


Text Example

White with #445532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445532; }

 p { color: rgb(68,85,50); }

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

background-color css

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

 a { background-color: rgb(68,85,50); }

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

border-color css

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

 span { border-color: rgb(68,85,50); }

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