#32825A

Color #32825A Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Green #32825A

Tints of Sea Green #32825A

Color information

#32825A (or 0x32825A) is unknown color: approx Sea Green. HEX triplet: 32, 82 and 5A. RGB value is (50,130,90). Sum of RGB (Red+Green+Blue) = 50+130+90=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #32825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32825A is #CD7DA5. Grayscale: #656565. Windows color (decimal): -13467046 or 5931570. OLE color: 5931570.

HSL color Cylindrical-coordinate representation of color #32825A: hue angle of 150º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #32825A is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB5013090-
CMYK0.6200.310.49
HSL150º44.44%35.29%-
HSV(B)150º61.54%50.98%-
XYZ11.1417.3812.44-
YUV101.52121.591.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 90 (35.55% from 255) = 33.33%
R=18.52%
G=48.15%
B=33.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130900.6200.310.4915044.4435.29
Hex32825A3E01F31962c23
Octal6220213276037612265443
Binary11001010000010101101011111001111111000110010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32825A; }

 p { color: rgb(50,130,90); }

 H1.HeaderClassName
 {
   color: #32825A;
 }
 .AnyTagClassName
 {
   color: #32825A;
 }
</style>
background-color css

<style>
 a { background-color: #32825A; }

 a { background-color: rgb(50,130,90); }

 div.DivClassName
 {
   background-color: #32825A;
 }
 .BgClassName
 {
   background-color: #32825A;
 }
</style>
border-color css

<style>
 span { border-color: #32825A; }

 span { border-color: rgb(50,130,90); }

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