#234137

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

Shades of Burnham #234137

Tints of Burnham #234137

Color information

#234137 (or 0x234137) is unknown color: approx Burnham. HEX triplet: 23, 41 and 37. RGB value is (35,65,55). Sum of RGB (Red+Green+Blue) = 35+65+55=155 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.58% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #234137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234137 is #DCBEC8. Grayscale: #363636. Windows color (decimal): -14466761 or 3621155. OLE color: 3621155.

HSL color Cylindrical-coordinate representation of color #234137: hue angle of 160º degrees, saturation: 0.3, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #234137 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.75.

Color convert

RGB356555-
CMYK0.4600.150.75
HSL160º30%19.61%-
HSV(B)160º46.15%25.49%-
XYZ3.274.414.29-
YUV54.89128.06113.81-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.58%
GREEN value IS 65 (25.78% from 255) = 41.94%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=22.58%
G=41.94%
B=35.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3565550.4600.150.751603019.61
Hex2341372E0F4Ba01e14
Octal4310167560171132403624
Binary1000111000001110111101110011111001011101000001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234137; }

 p { color: rgb(35,65,55); }

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

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

 a { background-color: rgb(35,65,55); }

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

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

 span { border-color: rgb(35,65,55); }

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