Html Css Color HEX #32865F Sea Green

📋 copy color: '#32865F'

red 50 ◦ green 134 ◦ blue 95

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

Shades of Sea Green #32865F

Tints of Sea Green #32865F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.05%

R = 17.92%
G = 48.03%
B = 34.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#32865F (or 0x32865F) is known color: Sea Green. HEX triplet: 32, 86 and 5F. RGB value is (50,134,95). Sum of RGB (Red+Green+Blue) = 50+134+95=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 134 (52.73% from 255 or 48.03% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 134 - color contains mainly: green. Hex color #32865F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32865F is #CD79A0. Grayscale: #686868. Windows color (decimal): -13466017 or 6260274. OLE color: 6260274.

HSL color Cylindrical-coordinate representation of color #32865F: hue angle of 152.14º 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 #32865F is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 134 95 -
CMYK 0.63 0 0.29 0.47
HSL 152.14º 0.46% 0.36% -
HSV(B) 152.14º 0.63% 0.53% -
XYZ 11.91 18.55 13.78 -
YUV 104.44 122.67 89.17 -
System Red Green Blue C M Y K H S L
Decimal 50 134 95 0.63 0 0.29 0.47 152.14 0.46 0.36
Hex 32 86 5F 3F 0 1D 2F 98 2E 24
Octal 62 206 137 77 0 35 57 230 56 44
Binary 110010 10000110 1011111 111111 0 11101 101111 10011000 101110 100100

Color Harmonies of #32865F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32865F

Black with #32865F

Text Example


Text Example

White with #32865F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32865F; }

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

 H1.HeaderClassName
 {
   color: #32865F;
 }
 .AnyTagClassName
 {
   color: #32865F;
 }
</style>

background-color css

<style>
 a { background-color: #32865F; }

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

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

border-color css

<style>
 span { border-color: #32865F; }

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

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