Html Css Color HEX #48935D Chateau Green

📋 copy color: '#48935D'

red 72 ◦ green 147 ◦ blue 93

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

Shades of Chateau Green #48935D

Tints of Chateau Green #48935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 47.12%

 BLUE value IS 93 (36.72% from 255) = 29.81%

R = 23.08%
G = 47.12%
B = 29.81%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#48935D (or 0x48935D) is known color: Chateau Green. HEX triplet: 48, 93 and 5D. RGB value is (72,147,93). Sum of RGB (Red+Green+Blue) = 72+147+93=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 147 (57.81% from 255 or 47.12% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 147 - color contains mainly: green. Hex color #48935D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48935D is #B76CA2. Grayscale: #767676. Windows color (decimal): -12020899 or 6132552. OLE color: 6132552.

HSL color Cylindrical-coordinate representation of color #48935D: hue angle of 136.8º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #48935D is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 93 -
CMYK 0.51 0 0.37 0.42
HSL 136.8º 0.34% 0.43% -
HSV(B) 136.8º 0.51% 0.58% -
XYZ 15.08 23.04 14.01 -
YUV 118.42 113.65 94.89 -
System Red Green Blue C M Y K H S L
Decimal 72 147 93 0.51 0 0.37 0.42 136.8 0.34 0.43
Hex 48 93 5D 33 0 25 2A 89 22 2B
Octal 110 223 135 63 0 45 52 211 42 53
Binary 1001000 10010011 1011101 110011 0 100101 101010 10001001 100010 101011

Color Harmonies of #48935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48935D

Black with #48935D

Text Example


Text Example

White with #48935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48935D; }

 p { color: rgb(72,147,93); }

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

background-color css

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

 a { background-color: rgb(72,147,93); }

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

border-color css

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

 span { border-color: rgb(72,147,93); }

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