Html Css Color HEX #445526 Clover

📋 copy color: '#445526'

red 68 ◦ green 85 ◦ blue 38

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

Shades of Clover #445526

Tints of Clover #445526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 19.9%

R = 35.6%
G = 44.5%
B = 19.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#445526 (or 0x445526) is known color: Clover. HEX triplet: 44, 55 and 26. RGB value is (68,85,38). Sum of RGB (Red+Green+Blue) = 68+85+38=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #445526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445526 is #BBAAD9. Grayscale: #4A4A4A. Windows color (decimal): -12298970 or 2512196. OLE color: 2512196.

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

Color convert

RGB 68 85 38 -
CMYK 0.20 0 0.55 0.67
HSL 81.7º 0.38% 0.24% -
HSV(B) 81.7º 0.55% 0.33% -
XYZ 5.98 7.87 3.04 -
YUV 74.56 107.37 123.32 -
System Red Green Blue C M Y K H S L
Decimal 68 85 38 0.20 0 0.55 0.67 81.7 0.38 0.24
Hex 44 55 26 14 0 37 43 52 26 18
Octal 104 125 46 24 0 67 103 122 46 30
Binary 1000100 1010101 100110 10100 0 110111 1000011 1010010 100110 11000

Color Harmonies of #445526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445526

Black with #445526

Text Example


Text Example

White with #445526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445526; }

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

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

background-color css

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

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

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

border-color css

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

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

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