Html Css Color HEX #1F775A Deep Sea

📋 copy color: '#1F775A'

red 31 ◦ green 119 ◦ blue 90

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

Shades of Deep Sea #1F775A

Tints of Deep Sea #1F775A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 49.58%

 BLUE value IS 90 (35.55% from 255) = 37.5%

R = 12.92%
G = 49.58%
B = 37.5%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#1F775A (or 0x1F775A) is known color: Deep Sea. HEX triplet: 1F, 77 and 5A. RGB value is (31,119,90). Sum of RGB (Red+Green+Blue) = 31+119+90=240 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.92% from 240); Green value is 119 (46.88% from 255 or 49.58% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 119 - color contains mainly: green. Hex color #1F775A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F775A is #E088A5. Grayscale: #595959. Windows color (decimal): -14715046 or 5928735. OLE color: 5928735.

HSL color Cylindrical-coordinate representation of color #1F775A: hue angle of 160.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F775A is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 119 90 -
CMYK 0.74 0 0.24 0.53
HSL 160.23º 0.59% 0.29% -
HSV(B) 160.23º 0.74% 0.47% -
XYZ 9.01 14.22 11.94 -
YUV 89.38 128.35 86.36 -
System Red Green Blue C M Y K H S L
Decimal 31 119 90 0.74 0 0.24 0.53 160.23 0.59 0.29
Hex 1F 77 5A 4A 0 18 35 A0 3B 1D
Octal 37 167 132 112 0 30 65 240 73 35
Binary 11111 1110111 1011010 1001010 0 11000 110101 10100000 111011 11101

Color Harmonies of #1F775A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F775A

Black with #1F775A

Text Example


Text Example

White with #1F775A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,119,90); }

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

background-color css

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

 a { background-color: rgb(31,119,90); }

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

border-color css

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

 span { border-color: rgb(31,119,90); }

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