#35845D

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

Shades of Sea Green #35845D

Tints of Sea Green #35845D

Color information

#35845D (or 0x35845D) is unknown color: approx Sea Green. HEX triplet: 35, 84 and 5D. RGB value is (53,132,93). Sum of RGB (Red+Green+Blue) = 53+132+93=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 132 (51.95% from 255 or 47.48% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 132 - color contains mainly: green. Hex color #35845D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35845D is #CA7BA2. Grayscale: #686868. Windows color (decimal): -13269923 or 6128693. OLE color: 6128693.

HSL color Cylindrical-coordinate representation of color #35845D: hue angle of 150.38º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35845D is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB5313293-
CMYK0.6000.300.48
HSL150.38º42.7%36.27%-
HSV(B)150.38º59.85%51.76%-
XYZ11.718.0513.22-
YUV103.93121.8391.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 132 (51.95% from 255) = 47.48%
BLUE value IS 93 (36.72% from 255) = 33.45%
R=19.06%
G=47.48%
B=33.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132930.6000.300.48150.3842.736.27
Hex35845D3C01E30962b24
Octal6520413574036602265344
Binary11010110000100101110111110001111011000010010110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35845D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35845D; }

 p { color: rgb(53,132,93); }

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

<style>
 a { background-color: #35845D; }

 a { background-color: rgb(53,132,93); }

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

<style>
 span { border-color: #35845D; }

 span { border-color: rgb(53,132,93); }

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