Html Css Color HEX #48955C Chateau Green

📋 copy color: '#48955C'

red 72 ◦ green 149 ◦ blue 92

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

Shades of Chateau Green #48955C

Tints of Chateau Green #48955C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 23%
G = 47.6%
B = 29.39%

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

#48955C (or 0x48955C) is known color: Chateau Green. HEX triplet: 48, 95 and 5C. RGB value is (72,149,92). Sum of RGB (Red+Green+Blue) = 72+149+92=313 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.00% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 149 - color contains mainly: green. Hex color #48955C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48955C is #B76AA3. Grayscale: #777777. Windows color (decimal): -12020388 or 6067528. OLE color: 6067528.

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

Color convert

RGB 72 149 92 -
CMYK 0.52 0 0.38 0.42
HSL 135.58º 0.35% 0.43% -
HSV(B) 135.58º 0.52% 0.58% -
XYZ 15.35 23.65 13.88 -
YUV 119.48 112.49 94.13 -
System Red Green Blue C M Y K H S L
Decimal 72 149 92 0.52 0 0.38 0.42 135.58 0.35 0.43
Hex 48 95 5C 34 0 26 2A 88 23 2B
Octal 110 225 134 64 0 46 52 210 43 53
Binary 1001000 10010101 1011100 110100 0 100110 101010 10001000 100011 101011

Color Harmonies of #48955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48955C

Black with #48955C

Text Example


Text Example

White with #48955C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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