#35885A

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

Shades of Sea Green #35885A

Tints of Sea Green #35885A

Color information

#35885A (or 0x35885A) is unknown color: approx Sea Green. HEX triplet: 35, 88 and 5A. RGB value is (53,136,90). Sum of RGB (Red+Green+Blue) = 53+136+90=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 136 (53.52% from 255 or 48.75% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 136 - color contains mainly: green. Hex color #35885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35885A is #CA77A5. Grayscale: #6A6A6A. Windows color (decimal): -13268902 or 5933109. OLE color: 5933109.

HSL color Cylindrical-coordinate representation of color #35885A: hue angle of 146.75º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #35885A is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB5313690-
CMYK0.6100.340.47
HSL146.75º43.92%37.06%-
HSV(B)146.75º61.03%53.33%-
XYZ12.1219.112.72-
YUV105.9411990.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 136 (53.52% from 255) = 48.75%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=19.00%
G=48.75%
B=32.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53136900.6100.340.47146.7543.9237.06
Hex35885A3D0222F932c25
Octal6521013275042572235445
Binary110101100010001011010111101010001010111110010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35885A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35885A; }

 p { color: rgb(53,136,90); }

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

<style>
 a { background-color: #35885A; }

 a { background-color: rgb(53,136,90); }

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

<style>
 span { border-color: #35885A; }

 span { border-color: rgb(53,136,90); }

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