#35875B

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

Shades of Sea Green #35875B

Tints of Sea Green #35875B

Color information

#35875B (or 0x35875B) is unknown color: approx Sea Green. HEX triplet: 35, 87 and 5B. RGB value is (53,135,91). Sum of RGB (Red+Green+Blue) = 53+135+91=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 135 (53.12% from 255 or 48.39% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 135 - color contains mainly: green. Hex color #35875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35875B is #CA78A4. Grayscale: #696969. Windows color (decimal): -13269157 or 5998389. OLE color: 5998389.

HSL color Cylindrical-coordinate representation of color #35875B: hue angle of 147.8º 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 #35875B is Cyan = 0.61, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB5313591-
CMYK0.6100.330.47
HSL147.8º43.62%36.86%-
HSV(B)147.8º60.74%52.94%-
XYZ12.0218.8412.9-
YUV105.47119.8390.58-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.00%
GREEN value IS 135 (53.12% from 255) = 48.39%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=19.00%
G=48.39%
B=32.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53135910.6100.330.47147.843.6236.86
Hex35875B3D0212F942c25
Octal6520713375041572245445
Binary110101100001111011011111101010000110111110010100101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35875B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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