Html Css Color HEX #495A30 Clover

📋 copy color: '#495A30'

red 73 ◦ green 90 ◦ blue 48

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

Shades of Clover #495A30

Tints of Clover #495A30

RGB

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

 GREEN value IS 90 (35.55% from 255) = 42.65%

 BLUE value IS 48 (19.14% from 255) = 22.75%

R = 34.6%
G = 42.65%
B = 22.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.47

 K value IS 0.65

RGB Variations

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

Color information

#495A30 (or 0x495A30) is known color: Clover. HEX triplet: 49, 5A and 30. RGB value is (73,90,48). Sum of RGB (Red+Green+Blue) = 73+90+48=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 90 - color contains mainly: green. Hex color #495A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495A30 is #B6A5CF. Grayscale: #505050. Windows color (decimal): -11970000 or 3168841. OLE color: 3168841.

HSL color Cylindrical-coordinate representation of color #495A30: hue angle of 84.29º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #495A30 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 90 48 -
CMYK 0.19 0 0.47 0.65
HSL 84.29º 0.3% 0.27% -
HSV(B) 84.29º 0.47% 0.35% -
XYZ 6.94 8.94 4.16 -
YUV 80.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 73 90 48 0.19 0 0.47 0.65 84.29 0.3 0.27
Hex 49 5A 30 13 0 2F 41 54 1E 1B
Octal 111 132 60 23 0 57 101 124 36 33
Binary 1001001 1011010 110000 10011 0 101111 1000001 1010100 11110 11011

Color Harmonies of #495A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495A30

Black with #495A30

Text Example


Text Example

White with #495A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495A30; }

 p { color: rgb(73,90,48); }

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

background-color css

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

 a { background-color: rgb(73,90,48); }

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

border-color css

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

 span { border-color: rgb(73,90,48); }

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