Html Css Color HEX #318D4B Sea Green

📋 copy color: '#318D4B'

red 49 ◦ green 141 ◦ blue 75

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

Shades of Sea Green #318D4B

Tints of Sea Green #318D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.21%

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

R = 18.49%
G = 53.21%
B = 28.3%

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

#318D4B (or 0x318D4B) is known color: Sea Green. HEX triplet: 31, 8D and 4B. RGB value is (49,141,75). Sum of RGB (Red+Green+Blue) = 49+141+75=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 141 (55.47% from 255 or 53.21% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 141 - color contains mainly: green. Hex color #318D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318D4B is #CE72B4. Grayscale: #6A6A6A. Windows color (decimal): -13529781 or 4951345. OLE color: 4951345.

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

Color convert

RGB 49 141 75 -
CMYK 0.65 0 0.47 0.45
HSL 136.96º 0.48% 0.37% -
HSV(B) 136.96º 0.65% 0.55% -
XYZ 12.06 20.21 9.92 -
YUV 105.97 110.52 87.37 -
System Red Green Blue C M Y K H S L
Decimal 49 141 75 0.65 0 0.47 0.45 136.96 0.48 0.37
Hex 31 8D 4B 41 0 2F 2D 89 30 25
Octal 61 215 113 101 0 57 55 211 60 45
Binary 110001 10001101 1001011 1000001 0 101111 101101 10001001 110000 100101

Color Harmonies of #318D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318D4B

Black with #318D4B

Text Example


Text Example

White with #318D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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