Html Css Color HEX #495234 Clover

📋 copy color: '#495234'

red 73 ◦ green 82 ◦ blue 52

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

Shades of Clover #495234

Tints of Clover #495234

RGB

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

 GREEN value IS 82 (32.42% from 255) = 39.61%

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

R = 35.27%
G = 39.61%
B = 25.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#495234 (or 0x495234) is known color: Clover. HEX triplet: 49, 52 and 34. RGB value is (73,82,52). Sum of RGB (Red+Green+Blue) = 73+82+52=207 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.27% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 52 (20.70% from 255 or 25.12% from 207); Max value from RGB is 82 - color contains mainly: green. Hex color #495234 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495234 is #B6ADCB. Grayscale: #4C4C4C. Windows color (decimal): -11972044 or 3428937. OLE color: 3428937.

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

Color convert

RGB 73 82 52 -
CMYK 0.11 0 0.37 0.68
HSL 78º 0.22% 0.26% -
HSV(B) 78º 0.37% 0.32% -
XYZ 6.38 7.7 4.4 -
YUV 75.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 73 82 52 0.11 0 0.37 0.68 78 0.22 0.26
Hex 49 52 34 B 0 25 44 4E 16 1A
Octal 111 122 64 13 0 45 104 116 26 32
Binary 1001001 1010010 110100 1011 0 100101 1000100 1001110 10110 11010

Color Harmonies of #495234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495234

Black with #495234

Text Example


Text Example

White with #495234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495234; }

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

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

background-color css

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

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

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

border-color css

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

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

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