Html Css Color HEX #318C48 Sea Green

📋 copy color: '#318C48'

red 49 ◦ green 140 ◦ blue 72

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

Shades of Sea Green #318C48

Tints of Sea Green #318C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 53.64%

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 18.77%
G = 53.64%
B = 27.59%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#318C48 (or 0x318C48) is known color: Sea Green. HEX triplet: 31, 8C and 48. RGB value is (49,140,72). Sum of RGB (Red+Green+Blue) = 49+140+72=261 (34% of max value = 765). Red value is 49 (19.53% from 255 or 18.77% from 261); Green value is 140 (55.08% from 255 or 53.64% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 140 - color contains mainly: green. Hex color #318C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318C48 is #CE73B7. Grayscale: #696969. Windows color (decimal): -13530040 or 4754481. OLE color: 4754481.

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

Color convert

RGB 49 140 72 -
CMYK 0.65 0 0.49 0.45
HSL 135.16º 0.48% 0.37% -
HSV(B) 135.16º 0.65% 0.55% -
XYZ 11.81 19.88 9.34 -
YUV 105.04 109.35 88.03 -
System Red Green Blue C M Y K H S L
Decimal 49 140 72 0.65 0 0.49 0.45 135.16 0.48 0.37
Hex 31 8C 48 41 0 31 2D 87 30 25
Octal 61 214 110 101 0 61 55 207 60 45
Binary 110001 10001100 1001000 1000001 0 110001 101101 10000111 110000 100101

Color Harmonies of #318C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318C48

Black with #318C48

Text Example


Text Example

White with #318C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,140,72); }

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

background-color css

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

 a { background-color: rgb(49,140,72); }

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

border-color css

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

 span { border-color: rgb(49,140,72); }

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