Html Css Color HEX #485130 Clover

📋 copy color: '#485130'

red 72 ◦ green 81 ◦ blue 48

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

Shades of Clover #485130

Tints of Clover #485130

RGB

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

 GREEN value IS 81 (32.03% from 255) = 40.3%

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

R = 35.82%
G = 40.3%
B = 23.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.41

 K value IS 0.68

RGB Variations

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

Color information

#485130 (or 0x485130) is known color: Clover. HEX triplet: 48, 51 and 30. RGB value is (72,81,48). Sum of RGB (Red+Green+Blue) = 72+81+48=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 81 (32.03% from 255 or 40.30% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 81 - color contains mainly: green. Hex color #485130 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485130 is #B7AECF. Grayscale: #4A4A4A. Windows color (decimal): -12037840 or 3166536. OLE color: 3166536.

HSL color Cylindrical-coordinate representation of color #485130: hue angle of 76.36º degrees, saturation: 0.26, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #485130 is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB 72 81 48 -
CMYK 0.11 0 0.41 0.68
HSL 76.36º 0.26% 0.25% -
HSV(B) 76.36º 0.41% 0.32% -
XYZ 6.15 7.48 3.92 -
YUV 74.55 113.02 126.18 -
System Red Green Blue C M Y K H S L
Decimal 72 81 48 0.11 0 0.41 0.68 76.36 0.26 0.25
Hex 48 51 30 B 0 29 44 4C 1A 19
Octal 110 121 60 13 0 51 104 114 32 31
Binary 1001000 1010001 110000 1011 0 101001 1000100 1001100 11010 11001

Color Harmonies of #485130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485130

Black with #485130

Text Example


Text Example

White with #485130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485130; }

 p { color: rgb(72,81,48); }

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

background-color css

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

 a { background-color: rgb(72,81,48); }

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

border-color css

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

 span { border-color: rgb(72,81,48); }

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