Html Css Color HEX #318F4A Sea Green

📋 copy color: '#318F4A'

red 49 ◦ green 143 ◦ blue 74

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

Shades of Sea Green #318F4A

Tints of Sea Green #318F4A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 53.76%

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

R = 18.42%
G = 53.76%
B = 27.82%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#318F4A (or 0x318F4A) is known color: Sea Green. HEX triplet: 31, 8F and 4A. RGB value is (49,143,74). Sum of RGB (Red+Green+Blue) = 49+143+74=266 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.42% from 266); Green value is 143 (56.25% from 255 or 53.76% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 143 - color contains mainly: green. Hex color #318F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #318F4A is #CE70B5. Grayscale: #6B6B6B. Windows color (decimal): -13529270 or 4886321. OLE color: 4886321.

HSL color Cylindrical-coordinate representation of color #318F4A: hue angle of 135.96º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #318F4A is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 143 74 -
CMYK 0.66 0 0.48 0.44
HSL 135.96º 0.49% 0.38% -
HSV(B) 135.96º 0.66% 0.56% -
XYZ 12.33 20.79 9.84 -
YUV 107.03 109.36 86.61 -
System Red Green Blue C M Y K H S L
Decimal 49 143 74 0.66 0 0.48 0.44 135.96 0.49 0.38
Hex 31 8F 4A 42 0 30 2C 88 31 26
Octal 61 217 112 102 0 60 54 210 61 46
Binary 110001 10001111 1001010 1000010 0 110000 101100 10001000 110001 100110

Color Harmonies of #318F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318F4A

Black with #318F4A

Text Example


Text Example

White with #318F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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