#234037

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

Shades of Burnham #234037

Tints of Burnham #234037

Color information

#234037 (or 0x234037) is unknown color: approx Burnham. HEX triplet: 23, 40 and 37. RGB value is (35,64,55). Sum of RGB (Red+Green+Blue) = 35+64+55=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #234037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234037 is #DCBFC8. Grayscale: #363636. Windows color (decimal): -14467017 or 3620899. OLE color: 3620899.

HSL color Cylindrical-coordinate representation of color #234037: hue angle of 161.38º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #234037 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB356455-
CMYK0.4500.140.75
HSL161.38º29.29%19.41%-
HSV(B)161.38º45.31%25.1%-
XYZ3.224.34.27-
YUV54.3128.39114.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 64 (25.39% from 255) = 41.56%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=22.73%
G=41.56%
B=35.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3564550.4500.140.75161.3829.2919.41
Hex2340372D0E4Ba11d13
Octal4310067550161132413523
Binary1000111000000110111101101011101001011101000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234037; }

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

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

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

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

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

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

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

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