Html Css Color HEX #495E23 Clover

📋 copy color: '#495E23'

red 73 ◦ green 94 ◦ blue 35

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

Shades of Clover #495E23

Tints of Clover #495E23

RGB

 RED value IS 73 (28.91% from 255) = 36.14%

 GREEN value IS 94 (37.11% from 255) = 46.53%

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 36.14%
G = 46.53%
B = 17.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.63

RGB Variations

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

Color information

#495E23 (or 0x495E23) is known color: Clover. HEX triplet: 49, 5E and 23. RGB value is (73,94,35). Sum of RGB (Red+Green+Blue) = 73+94+35=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 94 (37.11% from 255 or 46.53% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 94 - color contains mainly: green. Hex color #495E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495E23 is #B6A1DC. Grayscale: #515151. Windows color (decimal): -11968989 or 2317897. OLE color: 2317897.

HSL color Cylindrical-coordinate representation of color #495E23: hue angle of 81.36º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #495E23 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 94 35 -
CMYK 0.22 0 0.63 0.63
HSL 81.36º 0.46% 0.25% -
HSV(B) 81.36º 0.63% 0.37% -
XYZ 7.05 9.54 3.06 -
YUV 81 102.04 122.3 -
System Red Green Blue C M Y K H S L
Decimal 73 94 35 0.22 0 0.63 0.63 81.36 0.46 0.25
Hex 49 5E 23 16 0 3F 3F 51 2E 19
Octal 111 136 43 26 0 77 77 121 56 31
Binary 1001001 1011110 100011 10110 0 111111 111111 1010001 101110 11001

Color Harmonies of #495E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495E23

Black with #495E23

Text Example


Text Example

White with #495E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495E23; }

 p { color: rgb(73,94,35); }

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

background-color css

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

 a { background-color: rgb(73,94,35); }

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

border-color css

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

 span { border-color: rgb(73,94,35); }

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