Html Css Color HEX #358F55 Sea Green

📋 copy color: '#358F55'

red 53 ◦ green 143 ◦ blue 85

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

Shades of Sea Green #358F55

Tints of Sea Green #358F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.89%

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 18.86%
G = 50.89%
B = 30.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#358F55 (or 0x358F55) is known color: Sea Green. HEX triplet: 35, 8F and 55. RGB value is (53,143,85). Sum of RGB (Red+Green+Blue) = 53+143+85=281 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.86% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #358F55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358F55 is #CA70AA. Grayscale: #6D6D6D. Windows color (decimal): -13267115 or 5607221. OLE color: 5607221.

HSL color Cylindrical-coordinate representation of color #358F55: hue angle of 141.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358F55 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 143 85 -
CMYK 0.63 0 0.41 0.44
HSL 141.33º 0.46% 0.38% -
HSV(B) 141.33º 0.63% 0.56% -
XYZ 12.93 21.06 11.98 -
YUV 109.48 114.18 87.72 -
System Red Green Blue C M Y K H S L
Decimal 53 143 85 0.63 0 0.41 0.44 141.33 0.46 0.38
Hex 35 8F 55 3F 0 29 2C 8D 2E 26
Octal 65 217 125 77 0 51 54 215 56 46
Binary 110101 10001111 1010101 111111 0 101001 101100 10001101 101110 100110

Color Harmonies of #358F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358F55

Black with #358F55

Text Example


Text Example

White with #358F55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,143,85); }

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

background-color css

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

 a { background-color: rgb(53,143,85); }

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

border-color css

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

 span { border-color: rgb(53,143,85); }

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