Html Css Color HEX #48965D Chateau Green

📋 copy color: '#48965D'

red 72 ◦ green 150 ◦ blue 93

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

Shades of Chateau Green #48965D

Tints of Chateau Green #48965D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 47.62%

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

R = 22.86%
G = 47.62%
B = 29.52%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#48965D (or 0x48965D) is known color: Chateau Green. HEX triplet: 48, 96 and 5D. RGB value is (72,150,93). Sum of RGB (Red+Green+Blue) = 72+150+93=315 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.86% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #48965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48965D is #B769A2. Grayscale: #787878. Windows color (decimal): -12020131 or 6133320. OLE color: 6133320.

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

Color convert

RGB 72 150 93 -
CMYK 0.52 0 0.38 0.41
HSL 136.15º 0.35% 0.44% -
HSV(B) 136.15º 0.52% 0.59% -
XYZ 15.55 23.98 14.16 -
YUV 120.18 112.66 93.63 -
System Red Green Blue C M Y K H S L
Decimal 72 150 93 0.52 0 0.38 0.41 136.15 0.35 0.44
Hex 48 96 5D 34 0 26 29 88 23 2C
Octal 110 226 135 64 0 46 51 210 43 54
Binary 1001000 10010110 1011101 110100 0 100110 101001 10001000 100011 101100

Color Harmonies of #48965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48965D

Black with #48965D

Text Example


Text Example

White with #48965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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