Html Css Color HEX #358B5D Sea Green

📋 copy color: '#358B5D'

red 53 ◦ green 139 ◦ blue 93

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

Shades of Sea Green #358B5D

Tints of Sea Green #358B5D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.77%

 BLUE value IS 93 (36.72% from 255) = 32.63%

R = 18.6%
G = 48.77%
B = 32.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#358B5D (or 0x358B5D) is known color: Sea Green. HEX triplet: 35, 8B and 5D. RGB value is (53,139,93). Sum of RGB (Red+Green+Blue) = 53+139+93=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 139 (54.69% from 255 or 48.77% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 139 - color contains mainly: green. Hex color #358B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358B5D is #CA74A2. Grayscale: #6C6C6C. Windows color (decimal): -13268131 or 6130485. OLE color: 6130485.

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

Color convert

RGB 53 139 93 -
CMYK 0.62 0 0.33 0.45
HSL 147.91º 0.45% 0.38% -
HSV(B) 147.91º 0.62% 0.55% -
XYZ 12.68 20.01 13.55 -
YUV 108.04 119.51 88.74 -
System Red Green Blue C M Y K H S L
Decimal 53 139 93 0.62 0 0.33 0.45 147.91 0.45 0.38
Hex 35 8B 5D 3E 0 21 2D 94 2D 26
Octal 65 213 135 76 0 41 55 224 55 46
Binary 110101 10001011 1011101 111110 0 100001 101101 10010100 101101 100110

Color Harmonies of #358B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358B5D

Black with #358B5D

Text Example


Text Example

White with #358B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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