#24503C

Color #24503C Bottle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bottle Green #24503C

Tints of Bottle Green #24503C

Color information

#24503C (or 0x24503C) is unknown color: approx Bottle Green. HEX triplet: 24, 50 and 3C. RGB value is (36,80,60). Sum of RGB (Red+Green+Blue) = 36+80+60=176 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.45% from 176); Green value is 80 (31.64% from 255 or 45.45% from 176); Blue value is 60 (23.83% from 255 or 34.09% from 176); Max value from RGB is 80 - color contains mainly: green. Hex color #24503C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24503C is #DBAFC3. Grayscale: #404040. Windows color (decimal): -14397380 or 3952676. OLE color: 3952676.

HSL color Cylindrical-coordinate representation of color #24503C: hue angle of 152.73º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24503C is Cyan = 0.55, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.69.

Color convert

RGB368060-
CMYK0.5500.250.69
HSL152.73º37.93%22.75%-
HSV(B)152.73º55%31.37%-
XYZ4.416.445.29-
YUV64.56125.42107.63-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.45%
GREEN value IS 80 (31.64% from 255) = 45.45%
BLUE value IS 60 (23.83% from 255) = 34.09%
R=20.45%
G=45.45%
B=34.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680600.5500.250.69152.7337.9322.75
Hex24503C3701945992617
Octal4412074670311052314627
Binary100100101000011110011011101100110001011001100110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24503C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24503C; }

 p { color: rgb(36,80,60); }

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

<style>
 a { background-color: #24503C; }

 a { background-color: rgb(36,80,60); }

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

<style>
 span { border-color: #24503C; }

 span { border-color: rgb(36,80,60); }

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