Html Css Color HEX #414F2E Clover

📋 copy color: '#414F2E'

red 65 ◦ green 79 ◦ blue 46

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

Shades of Clover #414F2E

Tints of Clover #414F2E

RGB

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

 GREEN value IS 79 (31.25% from 255) = 41.58%

 BLUE value IS 46 (18.36% from 255) = 24.21%

R = 34.21%
G = 41.58%
B = 24.21%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#414F2E (or 0x414F2E) is known color: Clover. HEX triplet: 41, 4F and 2E. RGB value is (65,79,46). Sum of RGB (Red+Green+Blue) = 65+79+46=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 79 (31.25% from 255 or 41.58% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 79 - color contains mainly: green. Hex color #414F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #414F2E is #BEB0D1. Grayscale: #474747. Windows color (decimal): -12497106 or 3034945. OLE color: 3034945.

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

Color convert

RGB 65 79 46 -
CMYK 0.18 0 0.42 0.69
HSL 85.45º 0.26% 0.25% -
HSV(B) 85.45º 0.42% 0.31% -
XYZ 5.47 6.91 3.63 -
YUV 71.05 113.86 123.68 -
System Red Green Blue C M Y K H S L
Decimal 65 79 46 0.18 0 0.42 0.69 85.45 0.26 0.25
Hex 41 4F 2E 12 0 2A 45 55 1A 19
Octal 101 117 56 22 0 52 105 125 32 31
Binary 1000001 1001111 101110 10010 0 101010 1000101 1010101 11010 11001

Color Harmonies of #414F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414F2E

Black with #414F2E

Text Example


Text Example

White with #414F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,79,46); }

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

background-color css

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

 a { background-color: rgb(65,79,46); }

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

border-color css

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

 span { border-color: rgb(65,79,46); }

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