#35845B

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

Shades of Sea Green #35845B

Tints of Sea Green #35845B

Color information

#35845B (or 0x35845B) is unknown color: approx Sea Green. HEX triplet: 35, 84 and 5B. RGB value is (53,132,91). Sum of RGB (Red+Green+Blue) = 53+132+91=276 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.20% from 276); Green value is 132 (51.95% from 255 or 47.83% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 132 - color contains mainly: green. Hex color #35845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35845B is #CA7BA4. Grayscale: #676767. Windows color (decimal): -13269925 or 5997621. OLE color: 5997621.

HSL color Cylindrical-coordinate representation of color #35845B: hue angle of 148.86º 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 #35845B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB5313291-
CMYK0.6000.310.48
HSL148.86º42.7%36.27%-
HSV(B)148.86º59.85%51.76%-
XYZ11.6118.0112.76-
YUV103.7120.8391.83-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.20%
GREEN value IS 132 (51.95% from 255) = 47.83%
BLUE value IS 91 (35.94% from 255) = 32.97%
R=19.20%
G=47.83%
B=32.97%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal53132910.6000.310.48148.8642.736.27
Hex35845B3C01F30952b24
Octal6520413374037602255344
Binary11010110000100101101111110001111111000010010101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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