Html Css Color HEX #415532 Clover

📋 copy color: '#415532'

red 65 ◦ green 85 ◦ blue 50

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

Shades of Clover #415532

Tints of Clover #415532

RGB

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

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

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

R = 32.5%
G = 42.5%
B = 25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.67

RGB Variations

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

Color information

#415532 (or 0x415532) is known color: Clover. HEX triplet: 41, 55 and 32. RGB value is (65,85,50). Sum of RGB (Red+Green+Blue) = 65+85+50=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 85 (33.59% from 255 or 42.5% from 200); Blue value is 50 (19.92% from 255 or 25% from 200); Max value from RGB is 85 - color contains mainly: green. Hex color #415532 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415532 is #BEAACD. Grayscale: #4B4B4B. Windows color (decimal): -12495566 or 3298625. OLE color: 3298625.

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

Color convert

RGB 65 85 50 -
CMYK 0.24 0 0.41 0.67
HSL 94.29º 0.26% 0.26% -
HSV(B) 94.29º 0.41% 0.33% -
XYZ 6 7.85 4.22 -
YUV 75.03 113.87 120.85 -
System Red Green Blue C M Y K H S L
Decimal 65 85 50 0.24 0 0.41 0.67 94.29 0.26 0.26
Hex 41 55 32 18 0 29 43 5E 1A 1A
Octal 101 125 62 30 0 51 103 136 32 32
Binary 1000001 1010101 110010 11000 0 101001 1000011 1011110 11010 11010

Color Harmonies of #415532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415532

Black with #415532

Text Example


Text Example

White with #415532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415532; }

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

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

background-color css

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

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

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

border-color css

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

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

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