Html Css Color HEX #495A35 Clover

📋 copy color: '#495A35'

red 73 ◦ green 90 ◦ blue 53

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

Shades of Clover #495A35

Tints of Clover #495A35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.54%

R = 33.8%
G = 41.67%
B = 24.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.41

 K value IS 0.65

RGB Variations

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

Color information

#495A35 (or 0x495A35) is known color: Clover. HEX triplet: 49, 5A and 35. RGB value is (73,90,53). Sum of RGB (Red+Green+Blue) = 73+90+53=216 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.80% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 90 - color contains mainly: green. Hex color #495A35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A35 is #B6A5CA. Grayscale: #505050. Windows color (decimal): -11969995 or 3496521. OLE color: 3496521.

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

Color convert

RGB 73 90 53 -
CMYK 0.19 0 0.41 0.65
HSL 87.57º 0.26% 0.28% -
HSV(B) 87.57º 0.41% 0.35% -
XYZ 7.05 8.99 4.73 -
YUV 80.7 112.37 122.51 -
System Red Green Blue C M Y K H S L
Decimal 73 90 53 0.19 0 0.41 0.65 87.57 0.26 0.28
Hex 49 5A 35 13 0 29 41 58 1A 1C
Octal 111 132 65 23 0 51 101 130 32 34
Binary 1001001 1011010 110101 10011 0 101001 1000001 1011000 11010 11100

Color Harmonies of #495A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A35

Black with #495A35

Text Example


Text Example

White with #495A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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