#48B25C

Color #48B25C Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #48B25C

Tints of Chateau Green #48B25C

Color information

#48B25C (or 0x48B25C) is unknown color: approx Chateau Green. HEX triplet: 48, B2 and 5C. RGB value is (72,178,92). Sum of RGB (Red+Green+Blue) = 72+178+92=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #48B25C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48B25C is #B74DA3. Grayscale: #888888. Windows color (decimal): -12012964 or 6074952. OLE color: 6074952.

HSL color Cylindrical-coordinate representation of color #48B25C: hue angle of 131.32º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #48B25C is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB7217892-
CMYK0.6000.480.30
HSL131.32º42.4%49.02%-
HSV(B)131.32º59.55%69.8%-
XYZ20.5233.9915.6-
YUV136.5102.8881.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 21.05%
GREEN value IS 178 (69.92% from 255) = 52.05%
BLUE value IS 92 (36.33% from 255) = 26.90%
R=21.05%
G=52.05%
B=26.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal72178920.6000.480.30131.3242.449.02
Hex48B25C3C0301E832a31
Octal11026213474060362035261
Binary100100010110010101110011110001100001111010000011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48B25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48B25C;
 }
 .AnyTagClassName
 {
   color: #48B25C;
 }
</style>
background-color css

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

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

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

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

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

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