#24483A

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

Shades of Burnham #24483A

Tints of Burnham #24483A

Color information

#24483A (or 0x24483A) is unknown color: approx Burnham. HEX triplet: 24, 48 and 3A. RGB value is (36,72,58). Sum of RGB (Red+Green+Blue) = 36+72+58=166 (21% of max value = 765). Red value is 36 (14.45% from 255 or 21.69% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 58 (23.05% from 255 or 34.94% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #24483A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #24483A is #DBB7C5. Grayscale: #3B3B3B. Windows color (decimal): -14399430 or 3819556. OLE color: 3819556.

HSL color Cylindrical-coordinate representation of color #24483A: hue angle of 156.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #24483A is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.72.

Color convert

RGB367258-
CMYK0.500.190.72
HSL156.67º33.33%21.18%-
HSV(B)156.67º50%28.24%-
XYZ3.815.324.83-
YUV59.64127.07111.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.69%
GREEN value IS 72 (28.52% from 255) = 43.37%
BLUE value IS 58 (23.05% from 255) = 34.94%
R=21.69%
G=43.37%
B=34.94%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3672580.500.190.72156.6733.3321.18
Hex24483A32013489d2115
Octal4411072620231102354125
Binary100100100100011101011001001001110010001001110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24483A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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