Html Css Color HEX #32914C Sea Green

📋 copy color: '#32914C'

red 50 ◦ green 145 ◦ blue 76

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

Shades of Sea Green #32914C

Tints of Sea Green #32914C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 28.04%

R = 18.45%
G = 53.51%
B = 28.04%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.48

 K value IS 0.43

RGB Variations

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

Color information

#32914C (or 0x32914C) is known color: Sea Green. HEX triplet: 32, 91 and 4C. RGB value is (50,145,76). Sum of RGB (Red+Green+Blue) = 50+145+76=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #32914C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32914C is #CD6EB3. Grayscale: #6C6C6C. Windows color (decimal): -13463220 or 5017906. OLE color: 5017906.

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

Color convert

RGB 50 145 76 -
CMYK 0.66 0 0.48 0.43
HSL 136.42º 0.49% 0.38% -
HSV(B) 136.42º 0.66% 0.57% -
XYZ 12.75 21.45 10.31 -
YUV 108.73 109.53 86.11 -
System Red Green Blue C M Y K H S L
Decimal 50 145 76 0.66 0 0.48 0.43 136.42 0.49 0.38
Hex 32 91 4C 42 0 30 2B 88 31 26
Octal 62 221 114 102 0 60 53 210 61 46
Binary 110010 10010001 1001100 1000010 0 110000 101011 10001000 110001 100110

Color Harmonies of #32914C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32914C

Black with #32914C

Text Example


Text Example

White with #32914C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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