#24503A

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

Shades of Bottle Green #24503A

Tints of Bottle Green #24503A

Color information

#24503A (or 0x24503A) is unknown color: approx Bottle Green. HEX triplet: 24, 50 and 3A. RGB value is (36,80,58). Sum of RGB (Red+Green+Blue) = 36+80+58=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 80 (31.64% from 255 or 45.98% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 80 - color contains mainly: green. Hex color #24503A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #24503A is #DBAFC5. Grayscale: #404040. Windows color (decimal): -14397382 or 3821604. OLE color: 3821604.

HSL color Cylindrical-coordinate representation of color #24503A: hue angle of 150º 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 #24503A is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB368058-
CMYK0.5500.280.69
HSL150º37.93%22.75%-
HSV(B)150º55%31.37%-
XYZ4.366.425.01-
YUV64.34124.42107.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 80 (31.64% from 255) = 45.98%
BLUE value IS 58 (23.05% from 255) = 33.33%
R=20.69%
G=45.98%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3680580.5500.280.6915037.9322.75
Hex24503A3701C45962617
Octal4412072670341052264627
Binary100100101000011101011011101110010001011001011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24503A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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