Html Css Color HEX #1F5C4A Evening Sea

📋 copy color: '#1F5C4A'

red 31 ◦ green 92 ◦ blue 74

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

Shades of Evening Sea #1F5C4A

Tints of Evening Sea #1F5C4A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 46.7%

 BLUE value IS 74 (29.3% from 255) = 37.56%

R = 15.74%
G = 46.7%
B = 37.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#1F5C4A (or 0x1F5C4A) is known color: Evening Sea. HEX triplet: 1F, 5C and 4A. RGB value is (31,92,74). Sum of RGB (Red+Green+Blue) = 31+92+74=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 92 (36.33% from 255 or 46.70% from 197); Blue value is 74 (29.30% from 255 or 37.56% from 197); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F5C4A is #E0A3B5. Grayscale: #474747. Windows color (decimal): -14721974 or 4873247. OLE color: 4873247.

HSL color Cylindrical-coordinate representation of color #1F5C4A: hue angle of 162.3º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C4A is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 92 74 -
CMYK 0.66 0 0.20 0.64
HSL 162.3º 0.5% 0.24% -
HSV(B) 162.3º 0.66% 0.36% -
XYZ 5.63 8.44 7.81 -
YUV 71.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 31 92 74 0.66 0 0.20 0.64 162.3 0.5 0.24
Hex 1F 5C 4A 42 0 14 40 A2 32 18
Octal 37 134 112 102 0 24 100 242 62 30
Binary 11111 1011100 1001010 1000010 0 10100 1000000 10100010 110010 11000

Color Harmonies of #1F5C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5C4A

Black with #1F5C4A

Text Example


Text Example

White with #1F5C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,92,74); }

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

background-color css

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

 a { background-color: rgb(31,92,74); }

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

border-color css

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

 span { border-color: rgb(31,92,74); }

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