Html Css Color HEX #23714F Salem

📋 copy color: '#23714F'

red 35 ◦ green 113 ◦ blue 79

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

Shades of Salem #23714F

Tints of Salem #23714F

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.8%

R = 15.42%
G = 49.78%
B = 34.8%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#23714F (or 0x23714F) is known color: 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

RGB 35 113 79 -
CMYK 0.69 0 0.30 0.56
HSL 153.85º 0.53% 0.29% -
HSV(B) 153.85º 0.69% 0.44% -
XYZ 8.01 12.73 9.43 -
YUV 85.8 124.16 91.76 -
System Red Green Blue C M Y K H S L
Decimal 35 113 79 0.69 0 0.30 0.56 153.85 0.53 0.29
Hex 23 71 4F 45 0 1E 38 9A 35 1D
Octal 43 161 117 105 0 36 70 232 65 35
Binary 100011 1110001 1001111 1000101 0 11110 111000 10011010 110101 11101

Color Harmonies of #23714F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23714F

Black with #23714F

Text Example


Text Example

White with #23714F

Text Example


Text Example

HTML Codes & Css Web 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>