#31805C

Color #31805C Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #31805C

Tints of Sea Green #31805C

Color information

#31805C (or 0x31805C) is unknown color: approx Sea Green. HEX triplet: 31, 80 and 5C. RGB value is (49,128,92). Sum of RGB (Red+Green+Blue) = 49+128+92=269 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.22% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #31805C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31805C is #CE7FA3. Grayscale: #646464. Windows color (decimal): -13533092 or 6062129. OLE color: 6062129.

HSL color Cylindrical-coordinate representation of color #31805C: hue angle of 152.66º 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 #31805C is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB4912892-
CMYK0.6200.280.50
HSL152.66º44.63%34.71%-
HSV(B)152.66º61.72%50.2%-
XYZ10.9216.8612.8-
YUV100.28123.3391.43-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 18.22%
GREEN value IS 128 (50.39% from 255) = 47.58%
BLUE value IS 92 (36.33% from 255) = 34.20%
R=18.22%
G=47.58%
B=34.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal49128920.6200.280.50152.6644.6334.71
Hex31805C3E01C32992d23
Octal6120013476034622315543
Binary11000110000000101110011111001110011001010011001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31805C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31805C;
 }
 .AnyTagClassName
 {
   color: #31805C;
 }
</style>
background-color css

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

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

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

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

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

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