#359454

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

Shades of Sea Green #359454

Tints of Sea Green #359454

Color information

#359454 (or 0x359454) is unknown color: approx Sea Green. HEX triplet: 35, 94 and 54. RGB value is (53,148,84). Sum of RGB (Red+Green+Blue) = 53+148+84=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #359454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359454 is #CA6BAB. Grayscale: #707070. Windows color (decimal): -13265836 or 5542965. OLE color: 5542965.

HSL color Cylindrical-coordinate representation of color #359454: hue angle of 139.58º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359454 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB5314884-
CMYK0.6400.430.42
HSL139.58º47.26%39.41%-
HSV(B)139.58º64.19%58.04%-
XYZ13.6622.5812.03-
YUV112.3112.0385.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.60%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 84 (33.20% from 255) = 29.47%
R=18.60%
G=51.93%
B=29.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53148840.6400.430.42139.5847.2639.41
Hex3594544002B2A8c2f27
Octal65224124100053522145747
Binary1101011001010010101001000000010101110101010001100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359454; }

 p { color: rgb(53,148,84); }

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

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

 a { background-color: rgb(53,148,84); }

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

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

 span { border-color: rgb(53,148,84); }

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