Html Css Color HEX #1C7A57 Salem

📋 copy color: '#1C7A57'

red 28 ◦ green 122 ◦ blue 87

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

Shades of Salem #1C7A57

Tints of Salem #1C7A57

RGB

 RED value IS 28 (11.33% from 255) = 11.81%

 GREEN value IS 122 (48.05% from 255) = 51.48%

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 11.81%
G = 51.48%
B = 36.71%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.52

RGB Variations

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

Color information

#1C7A57 (or 0x1C7A57) is known color: Salem. HEX triplet: 1C, 7A and 57. RGB value is (28,122,87). Sum of RGB (Red+Green+Blue) = 28+122+87=237 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.81% from 237); Green value is 122 (48.05% from 255 or 51.48% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 122 - color contains mainly: green. Hex color #1C7A57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C7A57 is #E385A8. Grayscale: #595959. Windows color (decimal): -14910889 or 5732892. OLE color: 5732892.

HSL color Cylindrical-coordinate representation of color #1C7A57: hue angle of 157.66º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C7A57 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.52.

Color convert

RGB 28 122 87 -
CMYK 0.77 0 0.29 0.52
HSL 157.66º 0.63% 0.29% -
HSV(B) 157.66º 0.77% 0.48% -
XYZ 9.16 14.85 11.4 -
YUV 89.9 126.36 83.85 -
System Red Green Blue C M Y K H S L
Decimal 28 122 87 0.77 0 0.29 0.52 157.66 0.63 0.29
Hex 1C 7A 57 4D 0 1D 34 9E 3F 1D
Octal 34 172 127 115 0 35 64 236 77 35
Binary 11100 1111010 1010111 1001101 0 11101 110100 10011110 111111 11101

Color Harmonies of #1C7A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C7A57

Black with #1C7A57

Text Example


Text Example

White with #1C7A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,122,87); }

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

background-color css

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

 a { background-color: rgb(28,122,87); }

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

border-color css

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

 span { border-color: rgb(28,122,87); }

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