Html Css Color HEX #495938 Clover

📋 copy color: '#495938'

red 73 ◦ green 89 ◦ blue 56

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

Shades of Clover #495938

Tints of Clover #495938

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 33.49%
G = 40.83%
B = 25.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.37

 K value IS 0.65

RGB Variations

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

Color information

#495938 (or 0x495938) is known color: Clover. HEX triplet: 49, 59 and 38. RGB value is (73,89,56). Sum of RGB (Red+Green+Blue) = 73+89+56=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #495938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495938 is #B6A6C7. Grayscale: #505050. Windows color (decimal): -11970248 or 3692873. OLE color: 3692873.

HSL color Cylindrical-coordinate representation of color #495938: hue angle of 89.09º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #495938 is Cyan = 0.18, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 56 -
CMYK 0.18 0 0.37 0.65
HSL 89.09º 0.23% 0.28% -
HSV(B) 89.09º 0.37% 0.35% -
XYZ 7.03 8.85 5.08 -
YUV 80.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 73 89 56 0.18 0 0.37 0.65 89.09 0.23 0.28
Hex 49 59 38 12 0 25 41 59 17 1C
Octal 111 131 70 22 0 45 101 131 27 34
Binary 1001001 1011001 111000 10010 0 100101 1000001 1011001 10111 11100

Color Harmonies of #495938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495938

Black with #495938

Text Example


Text Example

White with #495938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495938; }

 p { color: rgb(73,89,56); }

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

background-color css

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

 a { background-color: rgb(73,89,56); }

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

border-color css

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

 span { border-color: rgb(73,89,56); }

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