Html Css Color HEX #48A15F Chateau Green

📋 copy color: '#48A15F'

red 72 ◦ green 161 ◦ blue 95

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

Shades of Chateau Green #48A15F

Tints of Chateau Green #48A15F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 49.09%

 BLUE value IS 95 (37.5% from 255) = 28.96%

R = 21.95%
G = 49.09%
B = 28.96%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#48A15F (or 0x48A15F) is known color: Chateau Green. HEX triplet: 48, A1 and 5F. RGB value is (72,161,95). Sum of RGB (Red+Green+Blue) = 72+161+95=328 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.95% from 328); Green value is 161 (63.28% from 255 or 49.09% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 161 - color contains mainly: green. Hex color #48A15F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A15F is #B75EA0. Grayscale: #7F7F7F. Windows color (decimal): -12017313 or 6267208. OLE color: 6267208.

HSL color Cylindrical-coordinate representation of color #48A15F: hue angle of 135.51º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #48A15F is Cyan = 0.55, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB 72 161 95 -
CMYK 0.55 0 0.41 0.37
HSL 135.51º 0.38% 0.46% -
HSV(B) 135.51º 0.55% 0.63% -
XYZ 17.48 27.69 15.25 -
YUV 126.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 72 161 95 0.55 0 0.41 0.37 135.51 0.38 0.46
Hex 48 A1 5F 37 0 29 25 88 26 2E
Octal 110 241 137 67 0 51 45 210 46 56
Binary 1001000 10100001 1011111 110111 0 101001 100101 10001000 100110 101110

Color Harmonies of #48A15F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A15F

Black with #48A15F

Text Example


Text Example

White with #48A15F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48A15F; }

 p { color: rgb(72,161,95); }

 H1.HeaderClassName
 {
   color: #48A15F;
 }
 .AnyTagClassName
 {
   color: #48A15F;
 }
</style>

background-color css

<style>
 a { background-color: #48A15F; }

 a { background-color: rgb(72,161,95); }

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

border-color css

<style>
 span { border-color: #48A15F; }

 span { border-color: rgb(72,161,95); }

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