Html Css Color HEX #31805E Sea Green

📋 copy color: '#31805E'

red 49 ◦ green 128 ◦ blue 94

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

Shades of Sea Green #31805E

Tints of Sea Green #31805E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.23%

 BLUE value IS 94 (37.11% from 255) = 34.69%

R = 18.08%
G = 47.23%
B = 34.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#31805E (or 0x31805E) is known color: Sea Green. HEX triplet: 31, 80 and 5E. RGB value is (49,128,94). Sum of RGB (Red+Green+Blue) = 49+128+94=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 128 (50.39% from 255 or 47.23% from 271); Blue value is 94 (37.11% from 255 or 34.69% from 271); Max value from RGB is 128 - color contains mainly: green. Hex color #31805E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31805E is #CE7FA1. Grayscale: #646464. Windows color (decimal): -13533090 or 6193201. OLE color: 6193201.

HSL color Cylindrical-coordinate representation of color #31805E: hue angle of 154.18º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #31805E is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 128 94 -
CMYK 0.62 0 0.27 0.50
HSL 154.18º 0.45% 0.35% -
HSV(B) 154.18º 0.62% 0.5% -
XYZ 11.01 16.9 13.27 -
YUV 100.5 124.33 91.26 -
System Red Green Blue C M Y K H S L
Decimal 49 128 94 0.62 0 0.27 0.50 154.18 0.45 0.35
Hex 31 80 5E 3E 0 1B 32 9A 2D 23
Octal 61 200 136 76 0 33 62 232 55 43
Binary 110001 10000000 1011110 111110 0 11011 110010 10011010 101101 100011

Color Harmonies of #31805E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31805E

Black with #31805E

Text Example


Text Example

White with #31805E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31805E; }

 p { color: rgb(49,128,94); }

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

background-color css

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

 a { background-color: rgb(49,128,94); }

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

border-color css

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

 span { border-color: rgb(49,128,94); }

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