Html Css Color HEX #32825F Sea Green

📋 copy color: '#32825F'

red 50 ◦ green 130 ◦ blue 95

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

Shades of Sea Green #32825F

Tints of Sea Green #32825F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.27%

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

R = 18.18%
G = 47.27%
B = 34.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#32825F (or 0x32825F) is known color: Sea Green. HEX triplet: 32, 82 and 5F. RGB value is (50,130,95). Sum of RGB (Red+Green+Blue) = 50+130+95=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 130 (51.17% from 255 or 47.27% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 130 - color contains mainly: green. Hex color #32825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32825F is #CD7DA0. Grayscale: #666666. Windows color (decimal): -13467041 or 6259250. OLE color: 6259250.

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

Color convert

RGB 50 130 95 -
CMYK 0.62 0 0.27 0.49
HSL 153.75º 0.44% 0.35% -
HSV(B) 153.75º 0.62% 0.51% -
XYZ 11.36 17.47 13.6 -
YUV 102.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 50 130 95 0.62 0 0.27 0.49 153.75 0.44 0.35
Hex 32 82 5F 3E 0 1B 31 9A 2C 23
Octal 62 202 137 76 0 33 61 232 54 43
Binary 110010 10000010 1011111 111110 0 11011 110001 10011010 101100 100011

Color Harmonies of #32825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32825F

Black with #32825F

Text Example


Text Example

White with #32825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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