Html Css Color HEX #31845F Sea Green

📋 copy color: '#31845F'

red 49 ◦ green 132 ◦ blue 95

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

Shades of Sea Green #31845F

Tints of Sea Green #31845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.83%

 BLUE value IS 95 (37.5% from 255) = 34.42%

R = 17.75%
G = 47.83%
B = 34.42%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#31845F (or 0x31845F) is known color: Sea Green. HEX triplet: 31, 84 and 5F. RGB value is (49,132,95). Sum of RGB (Red+Green+Blue) = 49+132+95=276 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.75% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #31845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31845F is #CE7BA0. Grayscale: #676767. Windows color (decimal): -13532065 or 6259761. OLE color: 6259761.

HSL color Cylindrical-coordinate representation of color #31845F: hue angle of 153.25º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #31845F is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 95 -
CMYK 0.63 0 0.28 0.48
HSL 153.25º 0.46% 0.35% -
HSV(B) 153.25º 0.63% 0.52% -
XYZ 11.58 17.98 13.69 -
YUV 102.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 49 132 95 0.63 0 0.28 0.48 153.25 0.46 0.35
Hex 31 84 5F 3F 0 1C 30 99 2E 23
Octal 61 204 137 77 0 34 60 231 56 43
Binary 110001 10000100 1011111 111111 0 11100 110000 10011001 101110 100011

Color Harmonies of #31845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31845F

Black with #31845F

Text Example


Text Example

White with #31845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31845F; }

 p { color: rgb(49,132,95); }

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

background-color css

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

 a { background-color: rgb(49,132,95); }

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

border-color css

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

 span { border-color: rgb(49,132,95); }

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