Html Css Color HEX #48935E Chateau Green

📋 copy color: '#48935E'

red 72 ◦ green 147 ◦ blue 94

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

Shades of Chateau Green #48935E

Tints of Chateau Green #48935E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 23%
G = 46.96%
B = 30.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#48935E (or 0x48935E) is known color: Chateau Green. HEX triplet: 48, 93 and 5E. RGB value is (72,147,94). Sum of RGB (Red+Green+Blue) = 72+147+94=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 147 (57.81% from 255 or 46.96% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 147 - color contains mainly: green. Hex color #48935E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48935E is #B76CA1. Grayscale: #767676. Windows color (decimal): -12020898 or 6198088. OLE color: 6198088.

HSL color Cylindrical-coordinate representation of color #48935E: hue angle of 137.6º 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 #48935E is Cyan = 0.51, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 147 94 -
CMYK 0.51 0 0.36 0.42
HSL 137.6º 0.34% 0.43% -
HSV(B) 137.6º 0.51% 0.58% -
XYZ 15.13 23.05 14.24 -
YUV 118.53 114.15 94.81 -
System Red Green Blue C M Y K H S L
Decimal 72 147 94 0.51 0 0.36 0.42 137.6 0.34 0.43
Hex 48 93 5E 33 0 24 2A 8A 22 2B
Octal 110 223 136 63 0 44 52 212 42 53
Binary 1001000 10010011 1011110 110011 0 100100 101010 10001010 100010 101011

Color Harmonies of #48935E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48935E

Black with #48935E

Text Example


Text Example

White with #48935E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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