Html Css Color HEX #358A4D Sea Green

📋 copy color: '#358A4D'

red 53 ◦ green 138 ◦ blue 77

#358A4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #358A4D

Tints of Sea Green #358A4D

RGB

 RED value IS 53 (21.09% from 255) = 19.78%

 GREEN value IS 138 (54.3% from 255) = 51.49%

 BLUE value IS 77 (30.47% from 255) = 28.73%

R = 19.78%
G = 51.49%
B = 28.73%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#358A4D (or 0x358A4D) is known color: Sea Green. HEX triplet: 35, 8A and 4D. RGB value is (53,138,77). Sum of RGB (Red+Green+Blue) = 53+138+77=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #358A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A4D is #CA75B2. Grayscale: #696969. Windows color (decimal): -13268403 or 5081653. OLE color: 5081653.

HSL color Cylindrical-coordinate representation of color #358A4D: hue angle of 136.94º 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 #358A4D is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 138 77 -
CMYK 0.62 0 0.44 0.46
HSL 136.94º 0.45% 0.37% -
HSV(B) 136.94º 0.62% 0.54% -
XYZ 11.9 19.47 10.15 -
YUV 105.63 111.84 90.46 -
System Red Green Blue C M Y K H S L
Decimal 53 138 77 0.62 0 0.44 0.46 136.94 0.45 0.37
Hex 35 8A 4D 3E 0 2C 2E 89 2D 25
Octal 65 212 115 76 0 54 56 211 55 45
Binary 110101 10001010 1001101 111110 0 101100 101110 10001001 101101 100101

Color Harmonies of #358A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A4D

Black with #358A4D

Text Example


Text Example

White with #358A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #358A4D;
 }
 .AnyTagClassName
 {
   color: #358A4D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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