Html Css Color HEX #318B55 Sea Green

📋 copy color: '#318B55'

red 49 ◦ green 139 ◦ blue 85

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

Shades of Sea Green #318B55

Tints of Sea Green #318B55

RGB

 RED value IS 49 (19.53% from 255) = 17.95%

 GREEN value IS 139 (54.69% from 255) = 50.92%

 BLUE value IS 85 (33.59% from 255) = 31.14%

R = 17.95%
G = 50.92%
B = 31.14%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#318B55 (or 0x318B55) is known color: Sea Green. HEX triplet: 31, 8B and 55. RGB value is (49,139,85). Sum of RGB (Red+Green+Blue) = 49+139+85=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #318B55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318B55 is #CE74AA. Grayscale: #6A6A6A. Windows color (decimal): -13530283 or 5606193. OLE color: 5606193.

HSL color Cylindrical-coordinate representation of color #318B55: hue angle of 144º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #318B55 is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 139 85 -
CMYK 0.65 0 0.39 0.45
HSL 144º 0.48% 0.37% -
HSV(B) 144º 0.65% 0.55% -
XYZ 12.14 19.77 11.77 -
YUV 105.93 116.18 87.39 -
System Red Green Blue C M Y K H S L
Decimal 49 139 85 0.65 0 0.39 0.45 144 0.48 0.37
Hex 31 8B 55 41 0 27 2D 90 30 25
Octal 61 213 125 101 0 47 55 220 60 45
Binary 110001 10001011 1010101 1000001 0 100111 101101 10010000 110000 100101

Color Harmonies of #318B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B55

Black with #318B55

Text Example


Text Example

White with #318B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318B55; }

 p { color: rgb(49,139,85); }

 H1.HeaderClassName
 {
   color: #318B55;
 }
 .AnyTagClassName
 {
   color: #318B55;
 }
</style>

background-color css

<style>
 a { background-color: #318B55; }

 a { background-color: rgb(49,139,85); }

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

border-color css

<style>
 span { border-color: #318B55; }

 span { border-color: rgb(49,139,85); }

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