Html Css Color HEX #32914B Sea Green

📋 copy color: '#32914B'

red 50 ◦ green 145 ◦ blue 75

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

Shades of Sea Green #32914B

Tints of Sea Green #32914B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 18.52%
G = 53.7%
B = 27.78%

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

#32914B (or 0x32914B) is known color: Sea Green. HEX triplet: 32, 91 and 4B. RGB value is (50,145,75). Sum of RGB (Red+Green+Blue) = 50+145+75=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 145 (57.03% from 255 or 53.70% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 145 - color contains mainly: green. Hex color #32914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32914B is #CD6EB4. Grayscale: #6C6C6C. Windows color (decimal): -13463221 or 4952370. OLE color: 4952370.

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

Color convert

RGB 50 145 75 -
CMYK 0.66 0 0.48 0.43
HSL 135.79º 0.49% 0.38% -
HSV(B) 135.79º 0.66% 0.57% -
XYZ 12.71 21.44 10.12 -
YUV 108.62 109.03 86.19 -
System Red Green Blue C M Y K H S L
Decimal 50 145 75 0.66 0 0.48 0.43 135.79 0.49 0.38
Hex 32 91 4B 42 0 30 2B 88 31 26
Octal 62 221 113 102 0 60 53 210 61 46
Binary 110010 10010001 1001011 1000010 0 110000 101011 10001000 110001 100110

Color Harmonies of #32914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32914B

Black with #32914B

Text Example


Text Example

White with #32914B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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