#234638

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

Shades of Burnham #234638

Tints of Burnham #234638

Color information

#234638 (or 0x234638) is unknown color: approx Burnham. HEX triplet: 23, 46 and 38. RGB value is (35,70,56). Sum of RGB (Red+Green+Blue) = 35+70+56=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 70 - color contains mainly: green. Hex color #234638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #234638 is #DCB9C7. Grayscale: #393939. Windows color (decimal): -14465480 or 3687971. OLE color: 3687971.

HSL color Cylindrical-coordinate representation of color #234638: hue angle of 156º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #234638 is Cyan = 0.5, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB357056-
CMYK0.500.200.73
HSL156º33.33%20.59%-
HSV(B)156º50%27.45%-
XYZ3.65.024.52-
YUV57.94126.9111.64-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 70 (27.73% from 255) = 43.48%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=21.74%
G=43.48%
B=34.78%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3570560.500.200.7315633.3320.59
Hex23463832014499c2115
Octal4310670620241112344125
Binary100011100011011100011001001010010010011001110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234638; }

 p { color: rgb(35,70,56); }

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

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

 a { background-color: rgb(35,70,56); }

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

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

 span { border-color: rgb(35,70,56); }

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