Html Css Color HEX #495134 Clover

📋 copy color: '#495134'

red 73 ◦ green 81 ◦ blue 52

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

Shades of Clover #495134

Tints of Clover #495134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.24%

R = 35.44%
G = 39.32%
B = 25.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.68

RGB Variations

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

Color information

#495134 (or 0x495134) is known color: Clover. HEX triplet: 49, 51 and 34. RGB value is (73,81,52). Sum of RGB (Red+Green+Blue) = 73+81+52=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 81 - color contains mainly: green. Hex color #495134 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495134 is #B6AECB. Grayscale: #4B4B4B. Windows color (decimal): -11972300 or 3428681. OLE color: 3428681.

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

Color convert

RGB 73 81 52 -
CMYK 0.10 0 0.36 0.68
HSL 76.55º 0.22% 0.26% -
HSV(B) 76.55º 0.36% 0.32% -
XYZ 6.31 7.55 4.37 -
YUV 75.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 73 81 52 0.10 0 0.36 0.68 76.55 0.22 0.26
Hex 49 51 34 A 0 24 44 4D 16 1A
Octal 111 121 64 12 0 44 104 115 26 32
Binary 1001001 1010001 110100 1010 0 100100 1000100 1001101 10110 11010

Color Harmonies of #495134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495134

Black with #495134

Text Example


Text Example

White with #495134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495134; }

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

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

background-color css

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

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

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

border-color css

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

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

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