#234D3C

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

Shades of Burnham #234D3C

Tints of Burnham #234D3C

Color information

#234D3C (or 0x234D3C) is unknown color: approx Burnham. HEX triplet: 23, 4D and 3C. RGB value is (35,77,60). Sum of RGB (Red+Green+Blue) = 35+77+60=172 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.35% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #234D3C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #234D3C is #DCB2C3. Grayscale: #3E3E3E. Windows color (decimal): -14463684 or 3951907. OLE color: 3951907.

HSL color Cylindrical-coordinate representation of color #234D3C: hue angle of 155.71º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #234D3C is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB357760-
CMYK0.5500.220.70
HSL155.71º37.5%21.96%-
HSV(B)155.71º54.55%30.2%-
XYZ4.165.995.21-
YUV62.5126.59108.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 20.35%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 60 (23.83% from 255) = 34.88%
R=20.35%
G=44.77%
B=34.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3577600.5500.220.70155.7137.521.96
Hex234D3C37016469c2616
Octal4311574670261062344626
Binary100011100110111110011011101011010001101001110010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234D3C; }

 p { color: rgb(35,77,60); }

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

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

 a { background-color: rgb(35,77,60); }

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

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

 span { border-color: rgb(35,77,60); }

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