Html Css Color HEX #415B20 Clover

📋 copy color: '#415B20'

red 65 ◦ green 91 ◦ blue 32

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

Shades of Clover #415B20

Tints of Clover #415B20

RGB

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

 GREEN value IS 91 (35.94% from 255) = 48.4%

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

R = 34.57%
G = 48.4%
B = 17.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.64

RGB Variations

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

Color information

#415B20 (or 0x415B20) is known color: Clover. HEX triplet: 41, 5B and 20. RGB value is (65,91,32). Sum of RGB (Red+Green+Blue) = 65+91+32=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 32 (12.89% from 255 or 17.02% from 188); Max value from RGB is 91 - color contains mainly: green. Hex color #415B20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415B20 is #BEA4DF. Grayscale: #4C4C4C. Windows color (decimal): -12494048 or 2120513. OLE color: 2120513.

HSL color Cylindrical-coordinate representation of color #415B20: hue angle of 86.44º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #415B20 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 91 32 -
CMYK 0.29 0 0.65 0.64
HSL 86.44º 0.48% 0.24% -
HSV(B) 86.44º 0.65% 0.36% -
XYZ 6.18 8.71 2.72 -
YUV 76.5 102.89 119.8 -
System Red Green Blue C M Y K H S L
Decimal 65 91 32 0.29 0 0.65 0.64 86.44 0.48 0.24
Hex 41 5B 20 1D 0 41 40 56 30 18
Octal 101 133 40 35 0 101 100 126 60 30
Binary 1000001 1011011 100000 11101 0 1000001 1000000 1010110 110000 11000

Color Harmonies of #415B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415B20

Black with #415B20

Text Example


Text Example

White with #415B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415B20; }

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

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

background-color css

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

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

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

border-color css

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

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

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