Html Css Color HEX #1F7653 Salem

📋 copy color: '#1F7653'

red 31 ◦ green 118 ◦ blue 83

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

Shades of Salem #1F7653

Tints of Salem #1F7653

RGB

 RED value IS 31 (12.5% from 255) = 13.36%

 GREEN value IS 118 (46.48% from 255) = 50.86%

 BLUE value IS 83 (32.81% from 255) = 35.78%

R = 13.36%
G = 50.86%
B = 35.78%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#1F7653 (or 0x1F7653) is known color: Salem. HEX triplet: 1F, 76 and 53. RGB value is (31,118,83). Sum of RGB (Red+Green+Blue) = 31+118+83=232 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.36% from 232); Green value is 118 (46.48% from 255 or 50.86% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 118 - color contains mainly: green. Hex color #1F7653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F7653 is #E089AC. Grayscale: #585858. Windows color (decimal): -14715309 or 5469727. OLE color: 5469727.

HSL color Cylindrical-coordinate representation of color #1F7653: hue angle of 155.86º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F7653 is Cyan = 0.74, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 118 83 -
CMYK 0.74 0 0.30 0.54
HSL 155.86º 0.58% 0.29% -
HSV(B) 155.86º 0.74% 0.46% -
XYZ 8.6 13.87 10.41 -
YUV 88 125.18 87.35 -
System Red Green Blue C M Y K H S L
Decimal 31 118 83 0.74 0 0.30 0.54 155.86 0.58 0.29
Hex 1F 76 53 4A 0 1E 36 9C 3A 1D
Octal 37 166 123 112 0 36 66 234 72 35
Binary 11111 1110110 1010011 1001010 0 11110 110110 10011100 111010 11101

Color Harmonies of #1F7653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7653

Black with #1F7653

Text Example


Text Example

White with #1F7653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,118,83); }

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

background-color css

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

 a { background-color: rgb(31,118,83); }

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

border-color css

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

 span { border-color: rgb(31,118,83); }

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