Html Css Color HEX #32865E Sea Green

📋 copy color: '#32865E'

red 50 ◦ green 134 ◦ blue 94

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

Shades of Sea Green #32865E

Tints of Sea Green #32865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 17.99%
G = 48.2%
B = 33.81%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#32865E (or 0x32865E) is known color: Sea Green. HEX triplet: 32, 86 and 5E. RGB value is (50,134,94). Sum of RGB (Red+Green+Blue) = 50+134+94=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 134 (52.73% from 255 or 48.20% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 134 - color contains mainly: green. Hex color #32865E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32865E is #CD79A1. Grayscale: #686868. Windows color (decimal): -13466018 or 6194738. OLE color: 6194738.

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

Color convert

RGB 50 134 94 -
CMYK 0.63 0 0.30 0.47
HSL 151.43º 0.46% 0.36% -
HSV(B) 151.43º 0.63% 0.53% -
XYZ 11.86 18.54 13.54 -
YUV 104.32 122.17 89.25 -
System Red Green Blue C M Y K H S L
Decimal 50 134 94 0.63 0 0.30 0.47 151.43 0.46 0.36
Hex 32 86 5E 3F 0 1E 2F 97 2E 24
Octal 62 206 136 77 0 36 57 227 56 44
Binary 110010 10000110 1011110 111111 0 11110 101111 10010111 101110 100100

Color Harmonies of #32865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32865E

Black with #32865E

Text Example


Text Example

White with #32865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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