#253F38

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

Shades of Burnham #253F38

Tints of Burnham #253F38

Color information

#253F38 (or 0x253F38) is unknown color: approx Burnham. HEX triplet: 25, 3F and 38. RGB value is (37,63,56). Sum of RGB (Red+Green+Blue) = 37+63+56=156 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.72% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 56 (22.27% from 255 or 35.90% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #253F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F38 is #DAC0C7. Grayscale: #363636. Windows color (decimal): -14336200 or 3686181. OLE color: 3686181.

HSL color Cylindrical-coordinate representation of color #253F38: hue angle of 163.85º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F38 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB376356-
CMYK0.4100.110.75
HSL163.85º26%19.61%-
HSV(B)163.85º41.27%24.71%-
XYZ3.254.234.39-
YUV54.43128.89115.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.72%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 56 (22.27% from 255) = 35.90%
R=23.72%
G=40.38%
B=35.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763560.4100.110.75163.852619.61
Hex253F38290B4Ba41a14
Octal457770510131132443224
Binary100101111111111000101001010111001011101001001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F38; }

 p { color: rgb(37,63,56); }

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

<style>
 a { background-color: #253F38; }

 a { background-color: rgb(37,63,56); }

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

<style>
 span { border-color: #253F38; }

 span { border-color: rgb(37,63,56); }

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