#27714F

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

Shades of Salem #27714F

Tints of Salem #27714F

Color information

#27714F (or 0x27714F) is unknown color: approx Salem. HEX triplet: 27, 71 and 4F. RGB value is (39,113,79). Sum of RGB (Red+Green+Blue) = 39+113+79=231 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.88% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 79 (31.25% from 255 or 34.20% from 231); Max value from RGB is 113 - color contains mainly: green. Hex color #27714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27714F is #D88EB0. Grayscale: #575757. Windows color (decimal): -14192305 or 5206311. OLE color: 5206311.

HSL color Cylindrical-coordinate representation of color #27714F: hue angle of 152.43º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #27714F is Cyan = 0.65, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB3911379-
CMYK0.6500.300.56
HSL152.43º48.68%29.8%-
HSV(B)152.43º65.49%44.31%-
XYZ8.1512.819.44-
YUV87123.4893.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.88%
GREEN value IS 113 (44.53% from 255) = 48.92%
BLUE value IS 79 (31.25% from 255) = 34.20%
R=16.88%
G=48.92%
B=34.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal39113790.6500.300.56152.4348.6829.8
Hex27714F4101E3898311e
Octal47161117101036702306136
Binary1001111110001100111110000010111101110001001100011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27714F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27714F; }

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

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

<style>
 a { background-color: #27714F; }

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

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

<style>
 span { border-color: #27714F; }

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

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