Html Css Color HEX #495430 Clover

📋 copy color: '#495430'

red 73 ◦ green 84 ◦ blue 48

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

Shades of Clover #495430

Tints of Clover #495430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 40.98%

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

R = 35.61%
G = 40.98%
B = 23.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.67

RGB Variations

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

Color information

#495430 (or 0x495430) is known color: Clover. HEX triplet: 49, 54 and 30. RGB value is (73,84,48). Sum of RGB (Red+Green+Blue) = 73+84+48=205 (27% of max value = 765). Red value is 73 (28.91% from 255 or 35.61% from 205); Green value is 84 (33.20% from 255 or 40.98% from 205); Blue value is 48 (19.14% from 255 or 23.41% from 205); Max value from RGB is 84 - color contains mainly: green. Hex color #495430 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495430 is #B6ABCF. Grayscale: #4C4C4C. Windows color (decimal): -11971536 or 3167305. OLE color: 3167305.

HSL color Cylindrical-coordinate representation of color #495430: hue angle of 78.33º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #495430 is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 48 -
CMYK 0.13 0 0.43 0.67
HSL 78.33º 0.27% 0.26% -
HSV(B) 78.33º 0.43% 0.33% -
XYZ 6.45 7.97 3.99 -
YUV 76.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 73 84 48 0.13 0 0.43 0.67 78.33 0.27 0.26
Hex 49 54 30 D 0 2B 43 4E 1B 1A
Octal 111 124 60 15 0 53 103 116 33 32
Binary 1001001 1010100 110000 1101 0 101011 1000011 1001110 11011 11010

Color Harmonies of #495430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495430

Black with #495430

Text Example


Text Example

White with #495430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495430; }

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

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

background-color css

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

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

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

border-color css

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

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

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