#35875A

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

Shades of Sea Green #35875A

Tints of Sea Green #35875A

Color information

#35875A (or 0x35875A) is unknown color: approx Sea Green. HEX triplet: 35, 87 and 5A. RGB value is (53,135,90). Sum of RGB (Red+Green+Blue) = 53+135+90=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #35875A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35875A is #CA78A5. Grayscale: #696969. Windows color (decimal): -13269158 or 5932853. OLE color: 5932853.

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

Color convert

RGB5313590-
CMYK0.6100.330.47
HSL147.07º43.62%36.86%-
HSV(B)147.07º60.74%52.94%-
XYZ11.9818.8212.67-
YUV105.35119.3390.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 135 (53.12% from 255) = 48.56%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=19.06%
G=48.56%
B=32.37%

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
Decimal53135900.6100.330.47147.0743.6236.86
Hex35875A3D0212F932c25
Octal6520713275041572235445
Binary110101100001111011010111101010000110111110010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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