Html Css Color HEX #48935B Chateau Green

📋 copy color: '#48935B'

red 72 ◦ green 147 ◦ blue 91

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

Shades of Chateau Green #48935B

Tints of Chateau Green #48935B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.35%

R = 23.23%
G = 47.42%
B = 29.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#48935B (or 0x48935B) is known color: Chateau Green. HEX triplet: 48, 93 and 5B. RGB value is (72,147,91). Sum of RGB (Red+Green+Blue) = 72+147+91=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 91 (35.94% from 255 or 29.35% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #48935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48935B is #B76CA4. Grayscale: #767676. Windows color (decimal): -12020901 or 6001480. OLE color: 6001480.

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

Color convert

RGB 72 147 91 -
CMYK 0.51 0 0.38 0.42
HSL 135.2º 0.34% 0.43% -
HSV(B) 135.2º 0.51% 0.58% -
XYZ 14.99 23 13.55 -
YUV 118.19 112.65 95.05 -
System Red Green Blue C M Y K H S L
Decimal 72 147 91 0.51 0 0.38 0.42 135.2 0.34 0.43
Hex 48 93 5B 33 0 26 2A 87 22 2B
Octal 110 223 133 63 0 46 52 207 42 53
Binary 1001000 10010011 1011011 110011 0 100110 101010 10000111 100010 101011

Color Harmonies of #48935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48935B

Black with #48935B

Text Example


Text Example

White with #48935B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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