#358A4A

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

Shades of Sea Green #358A4A

Tints of Sea Green #358A4A

Color information

#358A4A (or 0x358A4A) is unknown color: approx Sea Green. HEX triplet: 35, 8A and 4A. RGB value is (53,138,74). Sum of RGB (Red+Green+Blue) = 53+138+74=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 138 (54.30% from 255 or 52.08% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 138 - color contains mainly: green. Hex color #358A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358A4A is #CA75B5. Grayscale: #696969. Windows color (decimal): -13268406 or 4885045. OLE color: 4885045.

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

Color convert

RGB5313874-
CMYK0.6200.460.46
HSL134.82º44.5%37.45%-
HSV(B)134.82º61.59%54.12%-
XYZ11.7919.439.61-
YUV105.29110.3490.7-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 20%
GREEN value IS 138 (54.30% from 255) = 52.08%
BLUE value IS 74 (29.30% from 255) = 27.92%
R=20%
G=52.08%
B=27.92%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal53138740.6200.460.46134.8244.537.45
Hex358A4A3E02E2E872d25
Octal6521211276056562075545
Binary110101100010101001010111110010111010111010000111101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358A4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,138,74); }

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

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

 a { background-color: rgb(53,138,74); }

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

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

 span { border-color: rgb(53,138,74); }

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