Html Css Color HEX #445334 Clover

📋 copy color: '#445334'

red 68 ◦ green 83 ◦ blue 52

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

Shades of Clover #445334

Tints of Clover #445334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.62%

R = 33.5%
G = 40.89%
B = 25.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#445334 (or 0x445334) is known color: Clover. HEX triplet: 44, 53 and 34. RGB value is (68,83,52). Sum of RGB (Red+Green+Blue) = 68+83+52=203 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.50% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 52 (20.70% from 255 or 25.62% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #445334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445334 is #BBACCB. Grayscale: #4B4B4B. Windows color (decimal): -12299468 or 3429188. OLE color: 3429188.

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

Color convert

RGB 68 83 52 -
CMYK 0.18 0 0.37 0.67
HSL 89.03º 0.23% 0.26% -
HSV(B) 89.03º 0.37% 0.33% -
XYZ 6.1 7.66 4.41 -
YUV 74.98 115.03 123.02 -
System Red Green Blue C M Y K H S L
Decimal 68 83 52 0.18 0 0.37 0.67 89.03 0.23 0.26
Hex 44 53 34 12 0 25 43 59 17 1A
Octal 104 123 64 22 0 45 103 131 27 32
Binary 1000100 1010011 110100 10010 0 100101 1000011 1011001 10111 11010

Color Harmonies of #445334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445334

Black with #445334

Text Example


Text Example

White with #445334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445334; }

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

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

background-color css

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

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

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

border-color css

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

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

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