Html Css Color HEX #358D4A Sea Green

📋 copy color: '#358D4A'

red 53 ◦ green 141 ◦ blue 74

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

Shades of Sea Green #358D4A

Tints of Sea Green #358D4A

RGB

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

 GREEN value IS 141 (55.47% from 255) = 52.61%

 BLUE value IS 74 (29.3% from 255) = 27.61%

R = 19.78%
G = 52.61%
B = 27.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#358D4A (or 0x358D4A) is known color: Sea Green. HEX triplet: 35, 8D and 4A. RGB value is (53,141,74). Sum of RGB (Red+Green+Blue) = 53+141+74=268 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.78% from 268); Green value is 141 (55.47% from 255 or 52.61% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 141 - color contains mainly: green. Hex color #358D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D4A is #CA72B5. Grayscale: #6B6B6B. Windows color (decimal): -13267638 or 4885813. OLE color: 4885813.

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

Color convert

RGB 53 141 74 -
CMYK 0.62 0 0.48 0.45
HSL 134.32º 0.45% 0.38% -
HSV(B) 134.32º 0.62% 0.55% -
XYZ 12.23 20.3 9.75 -
YUV 107.05 109.35 89.45 -
System Red Green Blue C M Y K H S L
Decimal 53 141 74 0.62 0 0.48 0.45 134.32 0.45 0.38
Hex 35 8D 4A 3E 0 30 2D 86 2D 26
Octal 65 215 112 76 0 60 55 206 55 46
Binary 110101 10001101 1001010 111110 0 110000 101101 10000110 101101 100110

Color Harmonies of #358D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D4A

Black with #358D4A

Text Example


Text Example

White with #358D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,141,74); }

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

background-color css

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

 a { background-color: rgb(53,141,74); }

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

border-color css

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

 span { border-color: rgb(53,141,74); }

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