Html Css Color HEX #358C56 Sea Green

📋 copy color: '#358C56'

red 53 ◦ green 140 ◦ blue 86

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

Shades of Sea Green #358C56

Tints of Sea Green #358C56

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50.18%

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 19%
G = 50.18%
B = 30.82%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#358C56 (or 0x358C56) is known color: Sea Green. HEX triplet: 35, 8C and 56. RGB value is (53,140,86). Sum of RGB (Red+Green+Blue) = 53+140+86=279 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.00% from 279); Green value is 140 (55.08% from 255 or 50.18% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 140 - color contains mainly: green. Hex color #358C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C56 is #CA73A9. Grayscale: #6B6B6B. Windows color (decimal): -13267882 or 5671989. OLE color: 5671989.

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

Color convert

RGB 53 140 86 -
CMYK 0.62 0 0.39 0.45
HSL 142.76º 0.45% 0.38% -
HSV(B) 142.76º 0.62% 0.55% -
XYZ 12.53 20.18 12.04 -
YUV 107.83 115.68 88.89 -
System Red Green Blue C M Y K H S L
Decimal 53 140 86 0.62 0 0.39 0.45 142.76 0.45 0.38
Hex 35 8C 56 3E 0 27 2D 8F 2D 26
Octal 65 214 126 76 0 47 55 217 55 46
Binary 110101 10001100 1010110 111110 0 100111 101101 10001111 101101 100110

Color Harmonies of #358C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C56

Black with #358C56

Text Example


Text Example

White with #358C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,140,86); }

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

background-color css

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

 a { background-color: rgb(53,140,86); }

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

border-color css

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

 span { border-color: rgb(53,140,86); }

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