Html Css Color HEX #49602B Clover

📋 copy color: '#49602B'

red 73 ◦ green 96 ◦ blue 43

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

Shades of Clover #49602B

Tints of Clover #49602B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

 BLUE value IS 43 (17.19% from 255) = 20.28%

R = 34.43%
G = 45.28%
B = 20.28%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#49602B (or 0x49602B) is known color: Clover. HEX triplet: 49, 60 and 2B. RGB value is (73,96,43). Sum of RGB (Red+Green+Blue) = 73+96+43=212 (28% of max value = 765). Red value is 73 (28.91% from 255 or 34.43% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 43 (17.19% from 255 or 20.28% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #49602B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49602B is #B69FD4. Grayscale: #535353. Windows color (decimal): -11968469 or 2842697. OLE color: 2842697.

HSL color Cylindrical-coordinate representation of color #49602B: hue angle of 86.04º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49602B is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 96 43 -
CMYK 0.24 0 0.55 0.62
HSL 86.04º 0.38% 0.27% -
HSV(B) 86.04º 0.55% 0.38% -
XYZ 7.37 9.96 3.82 -
YUV 83.08 105.38 120.81 -
System Red Green Blue C M Y K H S L
Decimal 73 96 43 0.24 0 0.55 0.62 86.04 0.38 0.27
Hex 49 60 2B 18 0 37 3E 56 26 1B
Octal 111 140 53 30 0 67 76 126 46 33
Binary 1001001 1100000 101011 11000 0 110111 111110 1010110 100110 11011

Color Harmonies of #49602B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49602B

Black with #49602B

Text Example


Text Example

White with #49602B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49602B; }

 p { color: rgb(73,96,43); }

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

background-color css

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

 a { background-color: rgb(73,96,43); }

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

border-color css

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

 span { border-color: rgb(73,96,43); }

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