Html Css Color HEX #48602A Clover

📋 copy color: '#48602A'

red 72 ◦ green 96 ◦ blue 42

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

Shades of Clover #48602A

Tints of Clover #48602A

RGB

 RED value IS 72 (28.52% from 255) = 34.29%

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

 BLUE value IS 42 (16.8% from 255) = 20%

R = 34.29%
G = 45.71%
B = 20%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#48602A (or 0x48602A) is known color: Clover. HEX triplet: 48, 60 and 2A. RGB value is (72,96,42). Sum of RGB (Red+Green+Blue) = 72+96+42=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 96 (37.89% from 255 or 45.71% from 210); Blue value is 42 (16.80% from 255 or 20% from 210); Max value from RGB is 96 - color contains mainly: green. Hex color #48602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48602A is #B79FD5. Grayscale: #525252. Windows color (decimal): -12034006 or 2777160. OLE color: 2777160.

HSL color Cylindrical-coordinate representation of color #48602A: hue angle of 86.67º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48602A is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 42 -
CMYK 0.25 0 0.56 0.62
HSL 86.67º 0.39% 0.27% -
HSV(B) 86.67º 0.56% 0.38% -
XYZ 7.27 9.91 3.72 -
YUV 82.67 105.05 120.39 -
System Red Green Blue C M Y K H S L
Decimal 72 96 42 0.25 0 0.56 0.62 86.67 0.39 0.27
Hex 48 60 2A 19 0 38 3E 57 27 1B
Octal 110 140 52 31 0 70 76 127 47 33
Binary 1001000 1100000 101010 11001 0 111000 111110 1010111 100111 11011

Color Harmonies of #48602A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48602A

Black with #48602A

Text Example


Text Example

White with #48602A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48602A; }

 p { color: rgb(72,96,42); }

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

background-color css

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

 a { background-color: rgb(72,96,42); }

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

border-color css

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

 span { border-color: rgb(72,96,42); }

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