#1D754F

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

Shades of Salem #1D754F

Tints of Salem #1D754F

Color information

#1D754F (or 0x1D754F) is unknown color: approx Salem. HEX triplet: 1D, 75 and 4F. RGB value is (29,117,79). Sum of RGB (Red+Green+Blue) = 29+117+79=225 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.89% from 225); Green value is 117 (46.09% from 255 or 52% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 117 - color contains mainly: green. Hex color #1D754F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1D754F is #E28AB0. Grayscale: #565656. Windows color (decimal): -14846641 or 5207325. OLE color: 5207325.

HSL color Cylindrical-coordinate representation of color #1D754F: hue angle of 154.09º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D754F is Cyan = 0.75, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB2911779-
CMYK0.7500.320.54
HSL154.09º60.27%28.63%-
HSV(B)154.09º75.21%45.88%-
XYZ8.2813.559.58-
YUV86.36123.8587.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.89%
GREEN value IS 117 (46.09% from 255) = 52%
BLUE value IS 79 (31.25% from 255) = 35.11%
R=12.89%
G=52%
B=35.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29117790.7500.320.54154.0960.2728.63
Hex1D754F4B020369a3c1d
Octal35165117113040662327435
Binary1110111101011001111100101101000001101101001101011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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