#35835B

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

Shades of Sea Green #35835B

Tints of Sea Green #35835B

Color information

#35835B (or 0x35835B) is unknown color: approx Sea Green. HEX triplet: 35, 83 and 5B. RGB value is (53,131,91). Sum of RGB (Red+Green+Blue) = 53+131+91=275 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.27% from 275); Green value is 131 (51.56% from 255 or 47.64% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 131 - color contains mainly: green. Hex color #35835B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35835B is #CA7CA4. Grayscale: #676767. Windows color (decimal): -13270181 or 5997365. OLE color: 5997365.

HSL color Cylindrical-coordinate representation of color #35835B: hue angle of 149.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35835B is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB5313191-
CMYK0.6000.310.49
HSL149.23º42.39%36.08%-
HSV(B)149.23º59.54%51.37%-
XYZ11.4717.7412.72-
YUV103.12121.1692.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.27%
GREEN value IS 131 (51.56% from 255) = 47.64%
BLUE value IS 91 (35.94% from 255) = 33.09%
R=19.27%
G=47.64%
B=33.09%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131910.6000.310.49149.2342.3936.08
Hex35835B3C01F31952a24
Octal6520313374037612255244
Binary11010110000011101101111110001111111000110010101101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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