Html Css Color HEX #32864B Sea Green

📋 copy color: '#32864B'

red 50 ◦ green 134 ◦ blue 75

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

Shades of Sea Green #32864B

Tints of Sea Green #32864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.74%

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

R = 19.31%
G = 51.74%
B = 28.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#32864B (or 0x32864B) is known color: Sea Green. HEX triplet: 32, 86 and 4B. RGB value is (50,134,75). Sum of RGB (Red+Green+Blue) = 50+134+75=259 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.31% from 259); Green value is 134 (52.73% from 255 or 51.74% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 134 - color contains mainly: green. Hex color #32864B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32864B is #CD79B4. Grayscale: #666666. Windows color (decimal): -13466037 or 4949554. OLE color: 4949554.

HSL color Cylindrical-coordinate representation of color #32864B: hue angle of 137.86º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32864B is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 75 -
CMYK 0.63 0 0.44 0.47
HSL 137.86º 0.46% 0.36% -
HSV(B) 137.86º 0.63% 0.53% -
XYZ 11.11 18.24 9.59 -
YUV 102.16 112.67 90.8 -
System Red Green Blue C M Y K H S L
Decimal 50 134 75 0.63 0 0.44 0.47 137.86 0.46 0.36
Hex 32 86 4B 3F 0 2C 2F 8A 2E 24
Octal 62 206 113 77 0 54 57 212 56 44
Binary 110010 10000110 1001011 111111 0 101100 101111 10001010 101110 100100

Color Harmonies of #32864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32864B

Black with #32864B

Text Example


Text Example

White with #32864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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