Html Css Color HEX #495A2F Clover

📋 copy color: '#495A2F'

red 73 ◦ green 90 ◦ blue 47

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

Shades of Clover #495A2F

Tints of Clover #495A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 22.38%

R = 34.76%
G = 42.86%
B = 22.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.65

RGB Variations

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

Color information

#495A2F (or 0x495A2F) is known color: Clover. HEX triplet: 49, 5A and 2F. RGB value is (73,90,47). Sum of RGB (Red+Green+Blue) = 73+90+47=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #495A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A2F is #B6A5D0. Grayscale: #505050. Windows color (decimal): -11970001 or 3103305. OLE color: 3103305.

HSL color Cylindrical-coordinate representation of color #495A2F: hue angle of 83.72º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #495A2F is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 47 -
CMYK 0.19 0 0.48 0.65
HSL 83.72º 0.31% 0.27% -
HSV(B) 83.72º 0.48% 0.35% -
XYZ 6.92 8.93 4.05 -
YUV 80.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 73 90 47 0.19 0 0.48 0.65 83.72 0.31 0.27
Hex 49 5A 2F 13 0 30 41 54 1F 1B
Octal 111 132 57 23 0 60 101 124 37 33
Binary 1001001 1011010 101111 10011 0 110000 1000001 1010100 11111 11011

Color Harmonies of #495A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A2F

Black with #495A2F

Text Example


Text Example

White with #495A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,90,47); }

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

background-color css

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

 a { background-color: rgb(73,90,47); }

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

border-color css

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

 span { border-color: rgb(73,90,47); }

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