Html Css Color HEX #318B46 Sea Green

📋 copy color: '#318B46'

red 49 ◦ green 139 ◦ blue 70

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

Shades of Sea Green #318B46

Tints of Sea Green #318B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.13%

R = 18.99%
G = 53.88%
B = 27.13%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#318B46 (or 0x318B46) is known color: Sea Green. HEX triplet: 31, 8B and 46. RGB value is (49,139,70). Sum of RGB (Red+Green+Blue) = 49+139+70=258 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.99% from 258); Green value is 139 (54.69% from 255 or 53.88% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 139 - color contains mainly: green. Hex color #318B46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B46 is #CE74B9. Grayscale: #686868. Windows color (decimal): -13530298 or 4623153. OLE color: 4623153.

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

Color convert

RGB 49 139 70 -
CMYK 0.65 0 0.50 0.45
HSL 134º 0.48% 0.37% -
HSV(B) 134º 0.65% 0.55% -
XYZ 11.6 19.56 8.96 -
YUV 104.22 108.68 88.61 -
System Red Green Blue C M Y K H S L
Decimal 49 139 70 0.65 0 0.50 0.45 134 0.48 0.37
Hex 31 8B 46 41 0 32 2D 86 30 25
Octal 61 213 106 101 0 62 55 206 60 45
Binary 110001 10001011 1000110 1000001 0 110010 101101 10000110 110000 100101

Color Harmonies of #318B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B46

Black with #318B46

Text Example


Text Example

White with #318B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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