Html Css Color HEX #495233 Clover

📋 copy color: '#495233'

red 73 ◦ green 82 ◦ blue 51

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

Shades of Clover #495233

Tints of Clover #495233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 24.76%

R = 35.44%
G = 39.81%
B = 24.76%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.68

RGB Variations

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

Color information

#495233 (or 0x495233) is known color: Clover. HEX triplet: 49, 52 and 33. RGB value is (73,82,51). Sum of RGB (Red+Green+Blue) = 73+82+51=206 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.44% from 206); Green value is 82 (32.42% from 255 or 39.81% from 206); Blue value is 51 (20.31% from 255 or 24.76% from 206); Max value from RGB is 82 - color contains mainly: green. Hex color #495233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495233 is #B6ADCC. Grayscale: #4B4B4B. Windows color (decimal): -11972045 or 3363401. OLE color: 3363401.

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

Color convert

RGB 73 82 51 -
CMYK 0.11 0 0.38 0.68
HSL 77.42º 0.23% 0.26% -
HSV(B) 77.42º 0.38% 0.32% -
XYZ 6.36 7.69 4.28 -
YUV 75.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 73 82 51 0.11 0 0.38 0.68 77.42 0.23 0.26
Hex 49 52 33 B 0 26 44 4D 17 1A
Octal 111 122 63 13 0 46 104 115 27 32
Binary 1001001 1010010 110011 1011 0 100110 1000100 1001101 10111 11010

Color Harmonies of #495233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495233

Black with #495233

Text Example


Text Example

White with #495233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495233; }

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

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

background-color css

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

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

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

border-color css

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

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

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