Html Css Color HEX #31845B Sea Green

📋 copy color: '#31845B'

red 49 ◦ green 132 ◦ blue 91

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

Shades of Sea Green #31845B

Tints of Sea Green #31845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 18.01%
G = 48.53%
B = 33.46%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#31845B (or 0x31845B) is known color: Sea Green. HEX triplet: 31, 84 and 5B. RGB value is (49,132,91). Sum of RGB (Red+Green+Blue) = 49+132+91=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #31845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31845B is #CE7BA4. Grayscale: #666666. Windows color (decimal): -13532069 or 5997617. OLE color: 5997617.

HSL color Cylindrical-coordinate representation of color #31845B: hue angle of 150.36º 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 #31845B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 132 91 -
CMYK 0.63 0 0.31 0.48
HSL 150.36º 0.46% 0.35% -
HSV(B) 150.36º 0.63% 0.52% -
XYZ 11.41 17.91 12.75 -
YUV 102.51 121.5 89.83 -
System Red Green Blue C M Y K H S L
Decimal 49 132 91 0.63 0 0.31 0.48 150.36 0.46 0.35
Hex 31 84 5B 3F 0 1F 30 96 2E 23
Octal 61 204 133 77 0 37 60 226 56 43
Binary 110001 10000100 1011011 111111 0 11111 110000 10010110 101110 100011

Color Harmonies of #31845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31845B

Black with #31845B

Text Example


Text Example

White with #31845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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