Html Css Color HEX #414E2D Clover

📋 copy color: '#414E2D'

red 65 ◦ green 78 ◦ blue 45

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

Shades of Clover #414E2D

Tints of Clover #414E2D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 41.49%

 BLUE value IS 45 (17.97% from 255) = 23.94%

R = 34.57%
G = 41.49%
B = 23.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#414E2D (or 0x414E2D) is known color: Clover. HEX triplet: 41, 4E and 2D. RGB value is (65,78,45). Sum of RGB (Red+Green+Blue) = 65+78+45=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 78 (30.86% from 255 or 41.49% from 188); Blue value is 45 (17.97% from 255 or 23.94% from 188); Max value from RGB is 78 - color contains mainly: green. Hex color #414E2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414E2D is #BEB1D2. Grayscale: #464646. Windows color (decimal): -12497363 or 2969153. OLE color: 2969153.

HSL color Cylindrical-coordinate representation of color #414E2D: hue angle of 83.64º degrees, saturation: 0.27, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #414E2D is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 78 45 -
CMYK 0.17 0 0.42 0.69
HSL 83.64º 0.27% 0.24% -
HSV(B) 83.64º 0.42% 0.31% -
XYZ 5.38 6.76 3.5 -
YUV 70.35 113.69 124.18 -
System Red Green Blue C M Y K H S L
Decimal 65 78 45 0.17 0 0.42 0.69 83.64 0.27 0.24
Hex 41 4E 2D 11 0 2A 45 54 1B 18
Octal 101 116 55 21 0 52 105 124 33 30
Binary 1000001 1001110 101101 10001 0 101010 1000101 1010100 11011 11000

Color Harmonies of #414E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414E2D

Black with #414E2D

Text Example


Text Example

White with #414E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414E2D; }

 p { color: rgb(65,78,45); }

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

background-color css

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

 a { background-color: rgb(65,78,45); }

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

border-color css

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

 span { border-color: rgb(65,78,45); }

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