Html Css Color HEX #318B4A Sea Green

📋 copy color: '#318B4A'

red 49 ◦ green 139 ◦ blue 74

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

Shades of Sea Green #318B4A

Tints of Sea Green #318B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.24%

R = 18.7%
G = 53.05%
B = 28.24%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#318B4A (or 0x318B4A) is known color: Sea Green. HEX triplet: 31, 8B and 4A. RGB value is (49,139,74). Sum of RGB (Red+Green+Blue) = 49+139+74=262 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.70% from 262); Green value is 139 (54.69% from 255 or 53.05% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 139 - color contains mainly: green. Hex color #318B4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318B4A is #CE74B5. Grayscale: #686868. Windows color (decimal): -13530294 or 4885297. OLE color: 4885297.

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

Color convert

RGB 49 139 74 -
CMYK 0.65 0 0.47 0.45
HSL 136.67º 0.48% 0.37% -
HSV(B) 136.67º 0.65% 0.55% -
XYZ 11.74 19.61 9.65 -
YUV 104.68 110.68 88.29 -
System Red Green Blue C M Y K H S L
Decimal 49 139 74 0.65 0 0.47 0.45 136.67 0.48 0.37
Hex 31 8B 4A 41 0 2F 2D 89 30 25
Octal 61 213 112 101 0 57 55 211 60 45
Binary 110001 10001011 1001010 1000001 0 101111 101101 10001001 110000 100101

Color Harmonies of #318B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318B4A

Black with #318B4A

Text Example


Text Example

White with #318B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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