#32825C

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

Shades of Sea Green #32825C

Tints of Sea Green #32825C

Color information

#32825C (or 0x32825C) is unknown color: approx Sea Green. HEX triplet: 32, 82 and 5C. RGB value is (50,130,92). Sum of RGB (Red+Green+Blue) = 50+130+92=272 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.38% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #32825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32825C is #CD7DA3. Grayscale: #656565. Windows color (decimal): -13467044 or 6062642. OLE color: 6062642.

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

Color convert

RGB5013092-
CMYK0.6200.290.49
HSL151.5º44.44%35.29%-
HSV(B)151.5º61.54%50.98%-
XYZ11.2317.4212.89-
YUV101.75122.591.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.38%
GREEN value IS 130 (51.17% from 255) = 47.79%
BLUE value IS 92 (36.33% from 255) = 33.82%
R=18.38%
G=47.79%
B=33.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50130920.6200.290.49151.544.4435.29
Hex32825C3E01D31982c23
Octal6220213476035612305443
Binary11001010000010101110011111001110111000110011000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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