Html Css Color HEX #359150 Sea Green

📋 copy color: '#359150'

red 53 ◦ green 145 ◦ blue 80

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

Shades of Sea Green #359150

Tints of Sea Green #359150

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.16%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 19.06%
G = 52.16%
B = 28.78%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.45

 K value IS 0.43

RGB Variations

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

Color information

#359150 (or 0x359150) is known color: Sea Green. HEX triplet: 35, 91 and 50. RGB value is (53,145,80). Sum of RGB (Red+Green+Blue) = 53+145+80=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #359150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359150 is #CA6EAF. Grayscale: #6E6E6E. Windows color (decimal): -13266608 or 5280053. OLE color: 5280053.

HSL color Cylindrical-coordinate representation of color #359150: hue angle of 137.61º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #359150 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 145 80 -
CMYK 0.63 0 0.45 0.43
HSL 137.61º 0.46% 0.39% -
HSV(B) 137.61º 0.63% 0.57% -
XYZ 13.04 21.59 11.07 -
YUV 110.08 111.02 87.29 -
System Red Green Blue C M Y K H S L
Decimal 53 145 80 0.63 0 0.45 0.43 137.61 0.46 0.39
Hex 35 91 50 3F 0 2D 2B 8A 2E 27
Octal 65 221 120 77 0 55 53 212 56 47
Binary 110101 10010001 1010000 111111 0 101101 101011 10001010 101110 100111

Color Harmonies of #359150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359150

Black with #359150

Text Example


Text Example

White with #359150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359150; }

 p { color: rgb(53,145,80); }

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

background-color css

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

 a { background-color: rgb(53,145,80); }

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

border-color css

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

 span { border-color: rgb(53,145,80); }

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