#23714f

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

Shades of Salem #23714F

Tints of Salem #23714F

Color information

#23714F (or 0x23714F) is unknown color: approx Salem. HEX triplet: 23, 71 and 4F. RGB value is (35,113,79). Sum of RGB (Red+Green+Blue) = 35+113+79=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 113 (44.53% from 255 or 49.78% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 113 - color contains mainly: green. Hex color #23714F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #23714F is #DC8EB0. Grayscale: #555555. Windows color (decimal): -14454449 or 5206307. OLE color: 5206307.

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

Color convert

RGB3511379-
CMYK0.6900.300.56
HSL153.85º52.7%29.02%-
HSV(B)153.85º69.03%44.31%-
XYZ8.0112.739.43-
YUV85.8124.1691.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.42%
GREEN value IS 113 (44.53% from 255) = 49.78%
BLUE value IS 79 (31.25% from 255) = 34.80%
R=15.42%
G=49.78%
B=34.80%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal35113790.6900.300.56153.8552.729.02
Hex23714F4501E389a351d
Octal43161117105036702326535
Binary1000111110001100111110001010111101110001001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23714f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23714f; }

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

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

<style>
 a { background-color: #23714f; }

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

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

<style>
 span { border-color: #23714f; }

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

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