#1D814C

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

Shades of Salem #1D814C

Tints of Salem #1D814C

Color information

#1D814C (or 0x1D814C) is unknown color: approx Salem. HEX triplet: 1D, 81 and 4C. RGB value is (29,129,76). Sum of RGB (Red+Green+Blue) = 29+129+76=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #1D814C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1D814C is #E27EB3. Grayscale: #5D5D5D. Windows color (decimal): -14843572 or 5013789. OLE color: 5013789.

HSL color Cylindrical-coordinate representation of color #1D814C: hue angle of 148.2º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D814C is Cyan = 0.78, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB2912976-
CMYK0.7800.410.49
HSL148.2º63.29%30.98%-
HSV(B)148.2º77.52%50.59%-
XYZ9.6616.489.51-
YUV93.06118.3782.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.39%
GREEN value IS 129 (50.78% from 255) = 55.13%
BLUE value IS 76 (30.08% from 255) = 32.48%
R=12.39%
G=55.13%
B=32.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal29129760.7800.410.49148.263.2930.98
Hex1D814C4E02931943f1f
Octal35201114116051612247737
Binary11101100000011001100100111001010011100011001010011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D814C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,129,76); }

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

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

 a { background-color: rgb(29,129,76); }

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

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

 span { border-color: rgb(29,129,76); }

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