#35835e

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

Shades of Sea Green #35835E

Tints of Sea Green #35835E

Color information

#35835E (or 0x35835E) is unknown color: approx Sea Green. HEX triplet: 35, 83 and 5E. RGB value is (53,131,94). Sum of RGB (Red+Green+Blue) = 53+131+94=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #35835E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #35835E is #CA7CA1. Grayscale: #676767. Windows color (decimal): -13270178 or 6193973. OLE color: 6193973.

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

Color convert

RGB5313194-
CMYK0.6000.280.49
HSL151.54º42.39%36.08%-
HSV(B)151.54º59.54%51.37%-
XYZ11.617.813.41-
YUV103.46122.6692.01-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 131 (51.56% from 255) = 47.12%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=19.06%
G=47.12%
B=33.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal53131940.6000.280.49151.5442.3936.08
Hex35835E3C01C31982a24
Octal6520313674034612305244
Binary11010110000011101111011110001110011000110011000101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35835e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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