Html Css Color HEX #486121 Clover

📋 copy color: '#486121'

red 72 ◦ green 97 ◦ blue 33

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

Shades of Clover #486121

Tints of Clover #486121

RGB

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

 GREEN value IS 97 (38.28% from 255) = 48.02%

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 35.64%
G = 48.02%
B = 16.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#486121 (or 0x486121) is known color: Clover. HEX triplet: 48, 61 and 21. RGB value is (72,97,33). Sum of RGB (Red+Green+Blue) = 72+97+33=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #486121 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486121 is #B79EDE. Grayscale: #525252. Windows color (decimal): -12033759 or 2187592. OLE color: 2187592.

HSL color Cylindrical-coordinate representation of color #486121: hue angle of 83.44º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486121 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 33 -
CMYK 0.26 0 0.66 0.62
HSL 83.44º 0.49% 0.25% -
HSV(B) 83.44º 0.66% 0.38% -
XYZ 7.22 10.04 3 -
YUV 82.23 100.22 120.7 -
System Red Green Blue C M Y K H S L
Decimal 72 97 33 0.26 0 0.66 0.62 83.44 0.49 0.25
Hex 48 61 21 1A 0 42 3E 53 31 19
Octal 110 141 41 32 0 102 76 123 61 31
Binary 1001000 1100001 100001 11010 0 1000010 111110 1010011 110001 11001

Color Harmonies of #486121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486121

Black with #486121

Text Example


Text Example

White with #486121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486121; }

 p { color: rgb(72,97,33); }

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

background-color css

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

 a { background-color: rgb(72,97,33); }

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

border-color css

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

 span { border-color: rgb(72,97,33); }

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