Html Css Color HEX #1C714F Salem

📋 copy color: '#1C714F'

red 28 ◦ green 113 ◦ blue 79

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

Shades of Salem #1C714F

Tints of Salem #1C714F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.36%

 BLUE value IS 79 (31.25% from 255) = 35.91%

R = 12.73%
G = 51.36%
B = 35.91%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#1C714F (or 0x1C714F) is known color: Salem. HEX triplet: 1C, 71 and 4F. RGB value is (28,113,79). Sum of RGB (Red+Green+Blue) = 28+113+79=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 113 (44.53% from 255 or 51.36% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 113 - color contains mainly: green. Hex color #1C714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C714F is #E38EB0. Grayscale: #535353. Windows color (decimal): -14913201 or 5206300. OLE color: 5206300.

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

Color convert

RGB 28 113 79 -
CMYK 0.75 0 0.30 0.56
HSL 156º 0.6% 0.28% -
HSV(B) 156º 0.75% 0.44% -
XYZ 7.8 12.62 9.42 -
YUV 83.71 125.34 88.26 -
System Red Green Blue C M Y K H S L
Decimal 28 113 79 0.75 0 0.30 0.56 156 0.6 0.28
Hex 1C 71 4F 4B 0 1E 38 9C 3C 1C
Octal 34 161 117 113 0 36 70 234 74 34
Binary 11100 1110001 1001111 1001011 0 11110 111000 10011100 111100 11100

Color Harmonies of #1C714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C714F

Black with #1C714F

Text Example


Text Example

White with #1C714F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,113,79); }

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

background-color css

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

 a { background-color: rgb(28,113,79); }

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

border-color css

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

 span { border-color: rgb(28,113,79); }

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