#1D734F

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

Shades of Salem #1D734F

Tints of Salem #1D734F

Color information

#1D734F (or 0x1D734F) is unknown color: approx Salem. HEX triplet: 1D, 73 and 4F. RGB value is (29,115,79). Sum of RGB (Red+Green+Blue) = 29+115+79=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #1D734F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D734F is #E28CB0. Grayscale: #555555. Windows color (decimal): -14847153 or 5206813. OLE color: 5206813.

HSL color Cylindrical-coordinate representation of color #1D734F: hue angle of 154.88º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D734F is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB2911579-
CMYK0.7500.310.55
HSL154.88º59.72%28.24%-
HSV(B)154.88º74.78%45.1%-
XYZ8.0513.099.5-
YUV85.18124.5187.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=13.00%
G=51.57%
B=35.43%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal29115790.7500.310.55154.8859.7228.24
Hex1D734F4B01F379b3c1c
Octal35163117113037672337434
Binary111011110011100111110010110111111101111001101111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,115,79); }

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

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

 a { background-color: rgb(29,115,79); }

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

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

 span { border-color: rgb(29,115,79); }

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