Html Css Color HEX #318B4B Sea Green

📋 copy color: '#318B4B'

red 49 ◦ green 139 ◦ blue 75

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

Shades of Sea Green #318B4B

Tints of Sea Green #318B4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 18.63%
G = 52.85%
B = 28.52%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#318B4B (or 0x318B4B) is known color: Sea Green. HEX triplet: 31, 8B and 4B. RGB value is (49,139,75). Sum of RGB (Red+Green+Blue) = 49+139+75=263 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.63% from 263); Green value is 139 (54.69% from 255 or 52.85% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 139 - color contains mainly: green. Hex color #318B4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B4B is #CE74B4. Grayscale: #686868. Windows color (decimal): -13530293 or 4950833. OLE color: 4950833.

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

Color convert

RGB 49 139 75 -
CMYK 0.65 0 0.46 0.45
HSL 137.33º 0.48% 0.37% -
HSV(B) 137.33º 0.65% 0.55% -
XYZ 11.77 19.63 9.82 -
YUV 104.79 111.18 88.2 -
System Red Green Blue C M Y K H S L
Decimal 49 139 75 0.65 0 0.46 0.45 137.33 0.48 0.37
Hex 31 8B 4B 41 0 2E 2D 89 30 25
Octal 61 213 113 101 0 56 55 211 60 45
Binary 110001 10001011 1001011 1000001 0 101110 101101 10001001 110000 100101

Color Harmonies of #318B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B4B

Black with #318B4B

Text Example


Text Example

White with #318B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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