Html Css Color HEX #495135 Clover

📋 copy color: '#495135'

red 73 ◦ green 81 ◦ blue 53

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

Shades of Clover #495135

Tints of Clover #495135

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.13%

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

R = 35.27%
G = 39.13%
B = 25.6%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.35

 K value IS 0.68

RGB Variations

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

Color information

#495135 (or 0x495135) is known color: Clover. HEX triplet: 49, 51 and 35. RGB value is (73,81,53). Sum of RGB (Red+Green+Blue) = 73+81+53=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 53 (21.09% from 255 or 25.60% from 207); Max value from RGB is 81 - color contains mainly: green. Hex color #495135 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495135 is #B6AECA. Grayscale: #4B4B4B. Windows color (decimal): -11972299 or 3494217. OLE color: 3494217.

HSL color Cylindrical-coordinate representation of color #495135: hue angle of 77.14º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #495135 is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 81 53 -
CMYK 0.10 0 0.35 0.68
HSL 77.14º 0.21% 0.26% -
HSV(B) 77.14º 0.35% 0.32% -
XYZ 6.33 7.56 4.49 -
YUV 75.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 73 81 53 0.10 0 0.35 0.68 77.14 0.21 0.26
Hex 49 51 35 A 0 23 44 4D 15 1A
Octal 111 121 65 12 0 43 104 115 25 32
Binary 1001001 1010001 110101 1010 0 100011 1000100 1001101 10101 11010

Color Harmonies of #495135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495135

Black with #495135

Text Example


Text Example

White with #495135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495135; }

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

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

background-color css

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

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

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

border-color css

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

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

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