Html Css Color HEX #485827 Clover

📋 copy color: '#485827'

red 72 ◦ green 88 ◦ blue 39

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

Shades of Clover #485827

Tints of Clover #485827

RGB

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

 GREEN value IS 88 (34.77% from 255) = 44.22%

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

R = 36.18%
G = 44.22%
B = 19.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#485827 (or 0x485827) is known color: Clover. HEX triplet: 48, 58 and 27. RGB value is (72,88,39). Sum of RGB (Red+Green+Blue) = 72+88+39=199 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.18% from 199); Green value is 88 (34.77% from 255 or 44.22% from 199); Blue value is 39 (15.62% from 255 or 19.60% from 199); Max value from RGB is 88 - color contains mainly: green. Hex color #485827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485827 is #B7A7D8. Grayscale: #4D4D4D. Windows color (decimal): -12036057 or 2578504. OLE color: 2578504.

HSL color Cylindrical-coordinate representation of color #485827: hue angle of 79.59º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #485827 is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 39 -
CMYK 0.18 0 0.56 0.65
HSL 79.59º 0.39% 0.25% -
HSV(B) 79.59º 0.56% 0.35% -
XYZ 6.53 8.5 3.22 -
YUV 77.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 72 88 39 0.18 0 0.56 0.65 79.59 0.39 0.25
Hex 48 58 27 12 0 38 41 50 27 19
Octal 110 130 47 22 0 70 101 120 47 31
Binary 1001000 1011000 100111 10010 0 111000 1000001 1010000 100111 11001

Color Harmonies of #485827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485827

Black with #485827

Text Example


Text Example

White with #485827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485827; }

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

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

background-color css

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

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

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

border-color css

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

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

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