Html Css Color HEX #415032 Clover

📋 copy color: '#415032'

red 65 ◦ green 80 ◦ blue 50

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

Shades of Clover #415032

Tints of Clover #415032

RGB

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

 GREEN value IS 80 (31.64% from 255) = 41.03%

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

R = 33.33%
G = 41.03%
B = 25.64%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#415032 (or 0x415032) is known color: Clover. HEX triplet: 41, 50 and 32. RGB value is (65,80,50). Sum of RGB (Red+Green+Blue) = 65+80+50=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 50 (19.92% from 255 or 25.64% from 195); Max value from RGB is 80 - color contains mainly: green. Hex color #415032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415032 is #BEAFCD. Grayscale: #484848. Windows color (decimal): -12496846 or 3297345. OLE color: 3297345.

HSL color Cylindrical-coordinate representation of color #415032: hue angle of 90º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #415032 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 50 -
CMYK 0.19 0 0.37 0.69
HSL 90º 0.23% 0.25% -
HSV(B) 90º 0.38% 0.31% -
XYZ 5.62 7.09 4.09 -
YUV 72.1 115.53 122.94 -
System Red Green Blue C M Y K H S L
Decimal 65 80 50 0.19 0 0.37 0.69 90 0.23 0.25
Hex 41 50 32 13 0 25 45 5A 17 19
Octal 101 120 62 23 0 45 105 132 27 31
Binary 1000001 1010000 110010 10011 0 100101 1000101 1011010 10111 11001

Color Harmonies of #415032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415032

Black with #415032

Text Example


Text Example

White with #415032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415032; }

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

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

background-color css

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

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

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

border-color css

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

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

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