Html Css Color HEX #318850 Sea Green

📋 copy color: '#318850'

red 49 ◦ green 136 ◦ blue 80

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

Shades of Sea Green #318850

Tints of Sea Green #318850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 51.32%

 BLUE value IS 80 (31.64% from 255) = 30.19%

R = 18.49%
G = 51.32%
B = 30.19%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#318850 (or 0x318850) is known color: Sea Green. HEX triplet: 31, 88 and 50. RGB value is (49,136,80). Sum of RGB (Red+Green+Blue) = 49+136+80=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 136 (53.52% from 255 or 51.32% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 136 - color contains mainly: green. Hex color #318850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #318850 is #CE77AF. Grayscale: #676767. Windows color (decimal): -13531056 or 5277745. OLE color: 5277745.

HSL color Cylindrical-coordinate representation of color #318850: hue angle of 141.38º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #318850 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 136 80 -
CMYK 0.64 0 0.41 0.47
HSL 141.38º 0.47% 0.36% -
HSV(B) 141.38º 0.64% 0.53% -
XYZ 11.52 18.84 10.62 -
YUV 103.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 49 136 80 0.64 0 0.41 0.47 141.38 0.47 0.36
Hex 31 88 50 40 0 29 2F 8D 2F 24
Octal 61 210 120 100 0 51 57 215 57 44
Binary 110001 10001000 1010000 1000000 0 101001 101111 10001101 101111 100100

Color Harmonies of #318850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #318850

Black with #318850

Text Example


Text Example

White with #318850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #318850; }

 p { color: rgb(49,136,80); }

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

background-color css

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

 a { background-color: rgb(49,136,80); }

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

border-color css

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

 span { border-color: rgb(49,136,80); }

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