Html Css Color HEX #1D895A Salem

📋 copy color: '#1D895A'

red 29 ◦ green 137 ◦ blue 90

#1D895A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #1D895A

Tints of Salem #1D895A

RGB

 RED value IS 29 (11.72% from 255) = 11.33%

 GREEN value IS 137 (53.91% from 255) = 53.52%

 BLUE value IS 90 (35.55% from 255) = 35.16%

R = 11.33%
G = 53.52%
B = 35.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#1D895A (or 0x1D895A) is known color: Salem. HEX triplet: 1D, 89 and 5A. RGB value is (29,137,90). Sum of RGB (Red+Green+Blue) = 29+137+90=256 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.33% from 256); Green value is 137 (53.91% from 255 or 53.52% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 137 - color contains mainly: green. Hex color #1D895A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1D895A is #E276A5. Grayscale: #636363. Windows color (decimal): -14841510 or 5933341. OLE color: 5933341.

HSL color Cylindrical-coordinate representation of color #1D895A: hue angle of 153.89º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D895A is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 137 90 -
CMYK 0.79 0 0.34 0.46
HSL 153.89º 0.65% 0.33% -
HSV(B) 153.89º 0.79% 0.54% -
XYZ 11.3 18.89 12.72 -
YUV 99.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 29 137 90 0.79 0 0.34 0.46 153.89 0.65 0.33
Hex 1D 89 5A 4F 0 22 2E 9A 41 21
Octal 35 211 132 117 0 42 56 232 101 41
Binary 11101 10001001 1011010 1001111 0 100010 101110 10011010 1000001 100001

Color Harmonies of #1D895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D895A

Black with #1D895A

Text Example


Text Example

White with #1D895A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,137,90); }

 H1.HeaderClassName
 {
   color: #1D895A;
 }
 .AnyTagClassName
 {
   color: #1D895A;
 }
</style>

background-color css

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

 a { background-color: rgb(29,137,90); }

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

border-color css

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

 span { border-color: rgb(29,137,90); }

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