Html Css Color HEX #485A27 Clover

📋 copy color: '#485A27'

red 72 ◦ green 90 ◦ blue 39

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

Shades of Clover #485A27

Tints of Clover #485A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 19.4%

R = 35.82%
G = 44.78%
B = 19.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#485A27 (or 0x485A27) is known color: Clover. HEX triplet: 48, 5A and 27. RGB value is (72,90,39). Sum of RGB (Red+Green+Blue) = 72+90+39=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 90 - color contains mainly: green. Hex color #485A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A27 is #B7A5D8. Grayscale: #4E4E4E. Windows color (decimal): -12035545 or 2579016. OLE color: 2579016.

HSL color Cylindrical-coordinate representation of color #485A27: hue angle of 81.18º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #485A27 is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 90 39 -
CMYK 0.20 0 0.57 0.65
HSL 81.18º 0.4% 0.25% -
HSV(B) 81.18º 0.57% 0.35% -
XYZ 6.69 8.84 3.27 -
YUV 78.8 105.54 123.15 -
System Red Green Blue C M Y K H S L
Decimal 72 90 39 0.20 0 0.57 0.65 81.18 0.4 0.25
Hex 48 5A 27 14 0 39 41 51 28 19
Octal 110 132 47 24 0 71 101 121 50 31
Binary 1001000 1011010 100111 10100 0 111001 1000001 1010001 101000 11001

Color Harmonies of #485A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485A27

Black with #485A27

Text Example


Text Example

White with #485A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485A27; }

 p { color: rgb(72,90,39); }

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

background-color css

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

 a { background-color: rgb(72,90,39); }

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

border-color css

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

 span { border-color: rgb(72,90,39); }

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