Html Css Color HEX #415A20 Clover

📋 copy color: '#415A20'

red 65 ◦ green 90 ◦ blue 32

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

Shades of Clover #415A20

Tints of Clover #415A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 48.13%

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

R = 34.76%
G = 48.13%
B = 17.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.65

RGB Variations

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

Color information

#415A20 (or 0x415A20) is known color: Clover. HEX triplet: 41, 5A and 20. RGB value is (65,90,32). Sum of RGB (Red+Green+Blue) = 65+90+32=187 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.76% from 187); Green value is 90 (35.55% from 255 or 48.13% from 187); Blue value is 32 (12.89% from 255 or 17.11% from 187); Max value from RGB is 90 - color contains mainly: green. Hex color #415A20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #415A20 is #BEA5DF. Grayscale: #4C4C4C. Windows color (decimal): -12494304 or 2120257. OLE color: 2120257.

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

Color convert

RGB 65 90 32 -
CMYK 0.28 0 0.64 0.65
HSL 85.86º 0.48% 0.24% -
HSV(B) 85.86º 0.64% 0.35% -
XYZ 6.1 8.54 2.69 -
YUV 75.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 65 90 32 0.28 0 0.64 0.65 85.86 0.48 0.24
Hex 41 5A 20 1C 0 40 41 56 30 18
Octal 101 132 40 34 0 100 101 126 60 30
Binary 1000001 1011010 100000 11100 0 1000000 1000001 1010110 110000 11000

Color Harmonies of #415A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A20

Black with #415A20

Text Example


Text Example

White with #415A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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