#358B4F

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

Shades of Sea Green #358B4F

Tints of Sea Green #358B4F

Color information

#358B4F (or 0x358B4F) is unknown color: approx Sea Green. HEX triplet: 35, 8B and 4F. RGB value is (53,139,79). Sum of RGB (Red+Green+Blue) = 53+139+79=271 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.56% from 271); Green value is 139 (54.69% from 255 or 51.29% from 271); Blue value is 79 (31.25% from 255 or 29.15% from 271); Max value from RGB is 139 - color contains mainly: green. Hex color #358B4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B4F is #CA74B0. Grayscale: #6A6A6A. Windows color (decimal): -13268145 or 5212981. OLE color: 5212981.

HSL color Cylindrical-coordinate representation of color #358B4F: hue angle of 138.14º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358B4F is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB5313979-
CMYK0.6200.430.45
HSL138.14º44.79%37.65%-
HSV(B)138.14º61.87%54.51%-
XYZ12.1119.7910.58-
YUV106.45112.5189.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.56%
GREEN value IS 139 (54.69% from 255) = 51.29%
BLUE value IS 79 (31.25% from 255) = 29.15%
R=19.56%
G=51.29%
B=29.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53139790.6200.430.45138.1444.7937.65
Hex358B4F3E02B2D8a2d26
Octal6521311776053552125546
Binary110101100010111001111111110010101110110110001010101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358B4F; }

 p { color: rgb(53,139,79); }

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

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

 a { background-color: rgb(53,139,79); }

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

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

 span { border-color: rgb(53,139,79); }

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