#263F37

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

Shades of Burnham #263F37

Tints of Burnham #263F37

Color information

#263F37 (or 0x263F37) is unknown color: approx Burnham. HEX triplet: 26, 3F and 37. RGB value is (38,63,55). Sum of RGB (Red+Green+Blue) = 38+63+55=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 63 (25% from 255 or 40.38% from 156); Blue value is 55 (21.88% from 255 or 35.26% from 156); Max value from RGB is 63 - color contains mainly: green. Hex color #263F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F37 is #D9C0C8. Grayscale: #363636. Windows color (decimal): -14270665 or 3620646. OLE color: 3620646.

HSL color Cylindrical-coordinate representation of color #263F37: hue angle of 160.8º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #263F37 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB386355-
CMYK0.4000.130.75
HSL160.8º24.75%19.8%-
HSV(B)160.8º39.68%24.71%-
XYZ3.274.244.26-
YUV54.61128.22116.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 63 (25% from 255) = 40.38%
BLUE value IS 55 (21.88% from 255) = 35.26%
R=24.36%
G=40.38%
B=35.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863550.4000.130.75160.824.7519.8
Hex263F37280D4Ba11914
Octal467767500151132413124
Binary100110111111110111101000011011001011101000011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263F37; }

 p { color: rgb(38,63,55); }

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

<style>
 a { background-color: #263F37; }

 a { background-color: rgb(38,63,55); }

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

<style>
 span { border-color: #263F37; }

 span { border-color: rgb(38,63,55); }

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