Html Css Color HEX #445425 Clover

📋 copy color: '#445425'

red 68 ◦ green 84 ◦ blue 37

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

Shades of Clover #445425

Tints of Clover #445425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.44%

 BLUE value IS 37 (14.84% from 255) = 19.58%

R = 35.98%
G = 44.44%
B = 19.58%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#445425 (or 0x445425) is known color: Clover. HEX triplet: 44, 54 and 25. RGB value is (68,84,37). Sum of RGB (Red+Green+Blue) = 68+84+37=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 84 (33.20% from 255 or 44.44% from 189); Blue value is 37 (14.84% from 255 or 19.58% from 189); Max value from RGB is 84 - color contains mainly: green. Hex color #445425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445425 is #BBABDA. Grayscale: #4A4A4A. Windows color (decimal): -12299227 or 2446404. OLE color: 2446404.

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

Color convert

RGB 68 84 37 -
CMYK 0.19 0 0.56 0.67
HSL 80.43º 0.39% 0.24% -
HSV(B) 80.43º 0.56% 0.33% -
XYZ 5.89 7.7 2.93 -
YUV 73.86 107.2 123.82 -
System Red Green Blue C M Y K H S L
Decimal 68 84 37 0.19 0 0.56 0.67 80.43 0.39 0.24
Hex 44 54 25 13 0 38 43 50 27 18
Octal 104 124 45 23 0 70 103 120 47 30
Binary 1000100 1010100 100101 10011 0 111000 1000011 1010000 100111 11000

Color Harmonies of #445425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445425

Black with #445425

Text Example


Text Example

White with #445425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445425; }

 p { color: rgb(68,84,37); }

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

background-color css

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

 a { background-color: rgb(68,84,37); }

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

border-color css

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

 span { border-color: rgb(68,84,37); }

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