Html Css Color HEX #31845C Sea Green

📋 copy color: '#31845C'

red 49 ◦ green 132 ◦ blue 92

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

Shades of Sea Green #31845C

Tints of Sea Green #31845C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.7%

R = 17.95%
G = 48.35%
B = 33.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#31845C (or 0x31845C) is known color: Sea Green. HEX triplet: 31, 84 and 5C. RGB value is (49,132,92). Sum of RGB (Red+Green+Blue) = 49+132+92=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #31845C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31845C is #CE7BA3. Grayscale: #666666. Windows color (decimal): -13532068 or 6063153. OLE color: 6063153.

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

Color convert

RGB 49 132 92 -
CMYK 0.63 0 0.30 0.48
HSL 151.08º 0.46% 0.35% -
HSV(B) 151.08º 0.63% 0.52% -
XYZ 11.45 17.93 12.98 -
YUV 102.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 49 132 92 0.63 0 0.30 0.48 151.08 0.46 0.35
Hex 31 84 5C 3F 0 1E 30 97 2E 23
Octal 61 204 134 77 0 36 60 227 56 43
Binary 110001 10000100 1011100 111111 0 11110 110000 10010111 101110 100011

Color Harmonies of #31845C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31845C

Black with #31845C

Text Example


Text Example

White with #31845C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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