#32825B

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

Shades of Sea Green #32825B

Tints of Sea Green #32825B

Color information

#32825B (or 0x32825B) is unknown color: approx Sea Green. HEX triplet: 32, 82 and 5B. RGB value is (50,130,91). Sum of RGB (Red+Green+Blue) = 50+130+91=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #32825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32825B is #CD7DA4. Grayscale: #656565. Windows color (decimal): -13467045 or 5997106. OLE color: 5997106.

HSL color Cylindrical-coordinate representation of color #32825B: hue angle of 150.75º 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 #32825B is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB5013091-
CMYK0.6200.300.49
HSL150.75º44.44%35.29%-
HSV(B)150.75º61.54%50.98%-
XYZ11.1917.412.67-
YUV101.6312291.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.45%
GREEN value IS 130 (51.17% from 255) = 47.97%
BLUE value IS 91 (35.94% from 255) = 33.58%
R=18.45%
G=47.97%
B=33.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130910.6200.300.49150.7544.4435.29
Hex32825B3E01E31972c23
Octal6220213376036612275443
Binary11001010000010101101111111001111011000110010111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32825B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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