Html Css Color HEX #358461 Sea Green

📋 copy color: '#358461'

red 53 ◦ green 132 ◦ blue 97

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

Shades of Sea Green #358461

Tints of Sea Green #358461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.81%

 BLUE value IS 97 (38.28% from 255) = 34.4%

R = 18.79%
G = 46.81%
B = 34.4%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#358461 (or 0x358461) is known color: Sea Green. HEX triplet: 35, 84 and 61. RGB value is (53,132,97). Sum of RGB (Red+Green+Blue) = 53+132+97=282 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.79% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 97 (38.28% from 255 or 34.40% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #358461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358461 is #CA7B9E. Grayscale: #686868. Windows color (decimal): -13269919 or 6390837. OLE color: 6390837.

HSL color Cylindrical-coordinate representation of color #358461: hue angle of 153.42º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358461 is Cyan = 0.60, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB 53 132 97 -
CMYK 0.60 0 0.27 0.48
HSL 153.42º 0.43% 0.36% -
HSV(B) 153.42º 0.6% 0.52% -
XYZ 11.88 18.12 14.18 -
YUV 104.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 53 132 97 0.60 0 0.27 0.48 153.42 0.43 0.36
Hex 35 84 61 3C 0 1B 30 99 2B 24
Octal 65 204 141 74 0 33 60 231 53 44
Binary 110101 10000100 1100001 111100 0 11011 110000 10011001 101011 100100

Color Harmonies of #358461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358461

Black with #358461

Text Example


Text Example

White with #358461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358461; }

 p { color: rgb(53,132,97); }

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

background-color css

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

 a { background-color: rgb(53,132,97); }

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

border-color css

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

 span { border-color: rgb(53,132,97); }

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