Html Css Color HEX #445332 Clover

📋 copy color: '#445332'

red 68 ◦ green 83 ◦ blue 50

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

Shades of Clover #445332

Tints of Clover #445332

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.29%

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

R = 33.83%
G = 41.29%
B = 24.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.67

RGB Variations

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

Color information

#445332 (or 0x445332) is known color: Clover. HEX triplet: 44, 53 and 32. RGB value is (68,83,50). Sum of RGB (Red+Green+Blue) = 68+83+50=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 83 - color contains mainly: green. Hex color #445332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445332 is #BBACCD. Grayscale: #4A4A4A. Windows color (decimal): -12299470 or 3298116. OLE color: 3298116.

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

Color convert

RGB 68 83 50 -
CMYK 0.18 0 0.40 0.67
HSL 87.27º 0.25% 0.26% -
HSV(B) 87.27º 0.4% 0.33% -
XYZ 6.05 7.65 4.17 -
YUV 74.75 114.03 123.18 -
System Red Green Blue C M Y K H S L
Decimal 68 83 50 0.18 0 0.40 0.67 87.27 0.25 0.26
Hex 44 53 32 12 0 28 43 57 19 1A
Octal 104 123 62 22 0 50 103 127 31 32
Binary 1000100 1010011 110010 10010 0 101000 1000011 1010111 11001 11010

Color Harmonies of #445332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445332

Black with #445332

Text Example


Text Example

White with #445332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445332; }

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

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

background-color css

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

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

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

border-color css

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

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

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