Html Css Color HEX #48955B Chateau Green

📋 copy color: '#48955B'

red 72 ◦ green 149 ◦ blue 91

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

Shades of Chateau Green #48955B

Tints of Chateau Green #48955B

RGB

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

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

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

R = 23.08%
G = 47.76%
B = 29.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#48955B (or 0x48955B) is known color: Chateau Green. HEX triplet: 48, 95 and 5B. RGB value is (72,149,91). Sum of RGB (Red+Green+Blue) = 72+149+91=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 149 (58.59% from 255 or 47.76% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 149 - color contains mainly: green. Hex color #48955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48955B is #B76AA4. Grayscale: #777777. Windows color (decimal): -12020389 or 6001992. OLE color: 6001992.

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

Color convert

RGB 72 149 91 -
CMYK 0.52 0 0.39 0.42
HSL 134.81º 0.35% 0.43% -
HSV(B) 134.81º 0.52% 0.58% -
XYZ 15.31 23.63 13.65 -
YUV 119.37 111.99 94.22 -
System Red Green Blue C M Y K H S L
Decimal 72 149 91 0.52 0 0.39 0.42 134.81 0.35 0.43
Hex 48 95 5B 34 0 27 2A 87 23 2B
Octal 110 225 133 64 0 47 52 207 43 53
Binary 1001000 10010101 1011011 110100 0 100111 101010 10000111 100011 101011

Color Harmonies of #48955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48955B

Black with #48955B

Text Example


Text Example

White with #48955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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