#1E4132

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

Shades of Burnham #1E4132

Tints of Burnham #1E4132

Color information

#1E4132 (or 0x1E4132) is unknown color: approx Burnham. HEX triplet: 1E, 41 and 32. RGB value is (30,65,50). Sum of RGB (Red+Green+Blue) = 30+65+50=145 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.69% from 145); Green value is 65 (25.78% from 255 or 44.83% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4132 is #E1BECD. Grayscale: #343434. Windows color (decimal): -14794446 or 3293470. OLE color: 3293470.

HSL color Cylindrical-coordinate representation of color #1E4132: hue angle of 154.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4132 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB306550-
CMYK0.5400.230.75
HSL154.29º36.84%18.63%-
HSV(B)154.29º53.85%25.49%-
XYZ34.293.69-
YUV52.82126.4111.72-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.69%
GREEN value IS 65 (25.78% from 255) = 44.83%
BLUE value IS 50 (19.92% from 255) = 34.48%
R=20.69%
G=44.83%
B=34.48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065500.5400.230.75154.2936.8418.63
Hex1E4132360174B9a2513
Octal3610162660271132324523
Binary11110100000111001011011001011110010111001101010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E4132; }

 p { color: rgb(30,65,50); }

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

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

 a { background-color: rgb(30,65,50); }

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

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

 span { border-color: rgb(30,65,50); }

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