Html Css Color HEX #415520 Clover

📋 copy color: '#415520'

red 65 ◦ green 85 ◦ blue 32

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

Shades of Clover #415520

Tints of Clover #415520

RGB

 RED value IS 65 (25.78% from 255) = 35.71%

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

 BLUE value IS 32 (12.89% from 255) = 17.58%

R = 35.71%
G = 46.7%
B = 17.58%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.67

RGB Variations

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

Color information

#415520 (or 0x415520) is known color: Clover. HEX triplet: 41, 55 and 20. RGB value is (65,85,32). Sum of RGB (Red+Green+Blue) = 65+85+32=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 32 (12.89% from 255 or 17.58% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #415520 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415520 is #BEAADF. Grayscale: #494949. Windows color (decimal): -12495584 or 2118977. OLE color: 2118977.

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

Color convert

RGB 65 85 32 -
CMYK 0.24 0 0.62 0.67
HSL 82.64º 0.45% 0.23% -
HSV(B) 82.64º 0.62% 0.33% -
XYZ 5.69 7.73 2.56 -
YUV 72.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 65 85 32 0.24 0 0.62 0.67 82.64 0.45 0.23
Hex 41 55 20 18 0 3E 43 53 2D 17
Octal 101 125 40 30 0 76 103 123 55 27
Binary 1000001 1010101 100000 11000 0 111110 1000011 1010011 101101 10111

Color Harmonies of #415520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415520

Black with #415520

Text Example


Text Example

White with #415520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415520; }

 p { color: rgb(65,85,32); }

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

background-color css

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

 a { background-color: rgb(65,85,32); }

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

border-color css

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

 span { border-color: rgb(65,85,32); }

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