Html Css Color HEX #32914D Sea Green

📋 copy color: '#32914D'

red 50 ◦ green 145 ◦ blue 77

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

Shades of Sea Green #32914D

Tints of Sea Green #32914D

RGB

 RED value IS 50 (19.92% from 255) = 18.38%

 GREEN value IS 145 (57.03% from 255) = 53.31%

 BLUE value IS 77 (30.47% from 255) = 28.31%

R = 18.38%
G = 53.31%
B = 28.31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#32914D (or 0x32914D) is known color: Sea Green. HEX triplet: 32, 91 and 4D. RGB value is (50,145,77). Sum of RGB (Red+Green+Blue) = 50+145+77=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 145 (57.03% from 255 or 53.31% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 145 - color contains mainly: green. Hex color #32914D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32914D is #CD6EB2. Grayscale: #6D6D6D. Windows color (decimal): -13463219 or 5083442. OLE color: 5083442.

HSL color Cylindrical-coordinate representation of color #32914D: hue angle of 137.05º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #32914D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 145 77 -
CMYK 0.66 0 0.47 0.43
HSL 137.05º 0.49% 0.38% -
HSV(B) 137.05º 0.66% 0.57% -
XYZ 12.78 21.46 10.49 -
YUV 108.84 110.03 86.03 -
System Red Green Blue C M Y K H S L
Decimal 50 145 77 0.66 0 0.47 0.43 137.05 0.49 0.38
Hex 32 91 4D 42 0 2F 2B 89 31 26
Octal 62 221 115 102 0 57 53 211 61 46
Binary 110010 10010001 1001101 1000010 0 101111 101011 10001001 110001 100110

Color Harmonies of #32914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32914D

Black with #32914D

Text Example


Text Example

White with #32914D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32914D; }

 p { color: rgb(50,145,77); }

 H1.HeaderClassName
 {
   color: #32914D;
 }
 .AnyTagClassName
 {
   color: #32914D;
 }
</style>

background-color css

<style>
 a { background-color: #32914D; }

 a { background-color: rgb(50,145,77); }

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

border-color css

<style>
 span { border-color: #32914D; }

 span { border-color: rgb(50,145,77); }

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