Html Css Color HEX #48A35A Chateau Green

📋 copy color: '#48A35A'

red 72 ◦ green 163 ◦ blue 90

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

Shades of Chateau Green #48A35A

Tints of Chateau Green #48A35A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 50.15%

 BLUE value IS 90 (35.55% from 255) = 27.69%

R = 22.15%
G = 50.15%
B = 27.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#48A35A (or 0x48A35A) is known color: Chateau Green. HEX triplet: 48, A3 and 5A. RGB value is (72,163,90). Sum of RGB (Red+Green+Blue) = 72+163+90=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 163 (64.06% from 255 or 50.15% from 325); Blue value is 90 (35.55% from 255 or 27.69% from 325); Max value from RGB is 163 - color contains mainly: green. Hex color #48A35A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48A35A is #B75CA5. Grayscale: #7F7F7F. Windows color (decimal): -12016806 or 5940040. OLE color: 5940040.

HSL color Cylindrical-coordinate representation of color #48A35A: hue angle of 131.87º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48A35A is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 72 163 90 -
CMYK 0.56 0 0.45 0.36
HSL 131.87º 0.39% 0.46% -
HSV(B) 131.87º 0.56% 0.64% -
XYZ 17.62 28.31 14.21 -
YUV 127.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 72 163 90 0.56 0 0.45 0.36 131.87 0.39 0.46
Hex 48 A3 5A 38 0 2D 24 84 27 2E
Octal 110 243 132 70 0 55 44 204 47 56
Binary 1001000 10100011 1011010 111000 0 101101 100100 10000100 100111 101110

Color Harmonies of #48A35A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48A35A

Black with #48A35A

Text Example


Text Example

White with #48A35A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,163,90); }

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

background-color css

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

 a { background-color: rgb(72,163,90); }

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

border-color css

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

 span { border-color: rgb(72,163,90); }

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