Html Css Color HEX #48955D Chateau Green

📋 copy color: '#48955D'

red 72 ◦ green 149 ◦ blue 93

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

Shades of Chateau Green #48955D

Tints of Chateau Green #48955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.45%

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

R = 22.93%
G = 47.45%
B = 29.62%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#48955D (or 0x48955D) is known color: Chateau Green. HEX triplet: 48, 95 and 5D. RGB value is (72,149,93). Sum of RGB (Red+Green+Blue) = 72+149+93=314 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.93% from 314); Green value is 149 (58.59% from 255 or 47.45% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 149 - color contains mainly: green. Hex color #48955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48955D is #B76AA2. Grayscale: #777777. Windows color (decimal): -12020387 or 6133064. OLE color: 6133064.

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

Color convert

RGB 72 149 93 -
CMYK 0.52 0 0.38 0.42
HSL 136.36º 0.35% 0.43% -
HSV(B) 136.36º 0.52% 0.58% -
XYZ 15.4 23.66 14.11 -
YUV 119.59 112.99 94.05 -
System Red Green Blue C M Y K H S L
Decimal 72 149 93 0.52 0 0.38 0.42 136.36 0.35 0.43
Hex 48 95 5D 34 0 26 2A 88 23 2B
Octal 110 225 135 64 0 46 52 210 43 53
Binary 1001000 10010101 1011101 110100 0 100110 101010 10001000 100011 101011

Color Harmonies of #48955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48955D

Black with #48955D

Text Example


Text Example

White with #48955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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