#35835A

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

Shades of Sea Green #35835A

Tints of Sea Green #35835A

Color information

#35835A (or 0x35835A) is unknown color: approx Sea Green. HEX triplet: 35, 83 and 5A. RGB value is (53,131,90). Sum of RGB (Red+Green+Blue) = 53+131+90=274 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.34% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #35835A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35835A is #CA7CA5. Grayscale: #676767. Windows color (decimal): -13270182 or 5931829. OLE color: 5931829.

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

Color convert

RGB5313190-
CMYK0.6000.310.49
HSL148.46º42.39%36.08%-
HSV(B)148.46º59.54%51.37%-
XYZ11.4317.7312.49-
YUV103120.6692.33-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.34%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 90 (35.55% from 255) = 32.85%
R=19.34%
G=47.81%
B=32.85%

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
Decimal53131900.6000.310.49148.4642.3936.08
Hex35835A3C01F31942a24
Octal6520313274037612245244
Binary11010110000011101101011110001111111000110010100101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35835A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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