Html Css Color HEX #445525 Clover

📋 copy color: '#445525'

red 68 ◦ green 85 ◦ blue 37

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

Shades of Clover #445525

Tints of Clover #445525

RGB

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

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

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

R = 35.79%
G = 44.74%
B = 19.47%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#445525 (or 0x445525) is known color: Clover. HEX triplet: 44, 55 and 25. RGB value is (68,85,37). Sum of RGB (Red+Green+Blue) = 68+85+37=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 37 (14.84% from 255 or 19.47% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #445525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445525 is #BBAADA. Grayscale: #4A4A4A. Windows color (decimal): -12298971 or 2446660. OLE color: 2446660.

HSL color Cylindrical-coordinate representation of color #445525: hue angle of 81.25º 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 #445525 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 85 37 -
CMYK 0.20 0 0.56 0.67
HSL 81.25º 0.39% 0.24% -
HSV(B) 81.25º 0.56% 0.33% -
XYZ 5.97 7.86 2.95 -
YUV 74.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 68 85 37 0.20 0 0.56 0.67 81.25 0.39 0.24
Hex 44 55 25 14 0 38 43 51 27 18
Octal 104 125 45 24 0 70 103 121 47 30
Binary 1000100 1010101 100101 10100 0 111000 1000011 1010001 100111 11000

Color Harmonies of #445525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445525

Black with #445525

Text Example


Text Example

White with #445525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445525; }

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

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

background-color css

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

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

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

border-color css

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

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

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