Html Css Color HEX #358D48 Sea Green

📋 copy color: '#358D48'

red 53 ◦ green 141 ◦ blue 72

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

Shades of Sea Green #358D48

Tints of Sea Green #358D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.07%

R = 19.92%
G = 53.01%
B = 27.07%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#358D48 (or 0x358D48) is known color: Sea Green. HEX triplet: 35, 8D and 48. RGB value is (53,141,72). Sum of RGB (Red+Green+Blue) = 53+141+72=266 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.92% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #358D48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D48 is #CA72B7. Grayscale: #6B6B6B. Windows color (decimal): -13267640 or 4754741. OLE color: 4754741.

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

Color convert

RGB 53 141 72 -
CMYK 0.62 0 0.49 0.45
HSL 132.95º 0.45% 0.38% -
HSV(B) 132.95º 0.62% 0.55% -
XYZ 12.16 20.27 9.4 -
YUV 106.82 108.35 89.61 -
System Red Green Blue C M Y K H S L
Decimal 53 141 72 0.62 0 0.49 0.45 132.95 0.45 0.38
Hex 35 8D 48 3E 0 31 2D 85 2D 26
Octal 65 215 110 76 0 61 55 205 55 46
Binary 110101 10001101 1001000 111110 0 110001 101101 10000101 101101 100110

Color Harmonies of #358D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358D48

Black with #358D48

Text Example


Text Example

White with #358D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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