Html Css Color HEX #445032 Clover

📋 copy color: '#445032'

red 68 ◦ green 80 ◦ blue 50

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

Shades of Clover #445032

Tints of Clover #445032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.4%

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

R = 34.34%
G = 40.4%
B = 25.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#445032 (or 0x445032) is known color: Clover. HEX triplet: 44, 50 and 32. RGB value is (68,80,50). Sum of RGB (Red+Green+Blue) = 68+80+50=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 50 (19.92% from 255 or 25.25% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #445032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445032 is #BBAFCD. Grayscale: #494949. Windows color (decimal): -12300238 or 3297348. OLE color: 3297348.

HSL color Cylindrical-coordinate representation of color #445032: hue angle of 84º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #445032 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 68 80 50 -
CMYK 0.15 0 0.37 0.69
HSL 84º 0.23% 0.25% -
HSV(B) 84º 0.38% 0.31% -
XYZ 5.83 7.2 4.1 -
YUV 72.99 115.02 124.44 -
System Red Green Blue C M Y K H S L
Decimal 68 80 50 0.15 0 0.37 0.69 84 0.23 0.25
Hex 44 50 32 F 0 25 45 54 17 19
Octal 104 120 62 17 0 45 105 124 27 31
Binary 1000100 1010000 110010 1111 0 100101 1000101 1010100 10111 11001

Color Harmonies of #445032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445032

Black with #445032

Text Example


Text Example

White with #445032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445032; }

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

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

background-color css

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

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

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

border-color css

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

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

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