Html Css Color HEX #318B5B Sea Green

📋 copy color: '#318B5B'

red 49 ◦ green 139 ◦ blue 91

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

Shades of Sea Green #318B5B

Tints of Sea Green #318B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 17.56%
G = 49.82%
B = 32.62%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#318B5B (or 0x318B5B) is known color: Sea Green. HEX triplet: 31, 8B and 5B. RGB value is (49,139,91). Sum of RGB (Red+Green+Blue) = 49+139+91=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 139 (54.69% from 255 or 49.82% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 139 - color contains mainly: green. Hex color #318B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318B5B is #CE74A4. Grayscale: #6A6A6A. Windows color (decimal): -13530277 or 5999409. OLE color: 5999409.

HSL color Cylindrical-coordinate representation of color #318B5B: hue angle of 148º 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 #318B5B is Cyan = 0.65, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 139 91 -
CMYK 0.65 0 0.35 0.45
HSL 148º 0.48% 0.37% -
HSV(B) 148º 0.65% 0.55% -
XYZ 12.39 19.87 13.08 -
YUV 106.62 119.18 86.9 -
System Red Green Blue C M Y K H S L
Decimal 49 139 91 0.65 0 0.35 0.45 148 0.48 0.37
Hex 31 8B 5B 41 0 23 2D 94 30 25
Octal 61 213 133 101 0 43 55 224 60 45
Binary 110001 10001011 1011011 1000001 0 100011 101101 10010100 110000 100101

Color Harmonies of #318B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B5B

Black with #318B5B

Text Example


Text Example

White with #318B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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