Html Css Color HEX #358C4A Sea Green

📋 copy color: '#358C4A'

red 53 ◦ green 140 ◦ blue 74

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

Shades of Sea Green #358C4A

Tints of Sea Green #358C4A

RGB

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

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

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

R = 19.85%
G = 52.43%
B = 27.72%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#358C4A (or 0x358C4A) is known color: Sea Green. HEX triplet: 35, 8C and 4A. RGB value is (53,140,74). Sum of RGB (Red+Green+Blue) = 53+140+74=267 (35% of max value = 765). Red value is 53 (21.09% from 255 or 19.85% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #358C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C4A is #CA73B5. Grayscale: #6A6A6A. Windows color (decimal): -13267894 or 4885557. OLE color: 4885557.

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

Color convert

RGB 53 140 74 -
CMYK 0.62 0 0.47 0.45
HSL 134.48º 0.45% 0.38% -
HSV(B) 134.48º 0.62% 0.55% -
XYZ 12.08 20.01 9.7 -
YUV 106.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 53 140 74 0.62 0 0.47 0.45 134.48 0.45 0.38
Hex 35 8C 4A 3E 0 2F 2D 86 2D 26
Octal 65 214 112 76 0 57 55 206 55 46
Binary 110101 10001100 1001010 111110 0 101111 101101 10000110 101101 100110

Color Harmonies of #358C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C4A

Black with #358C4A

Text Example


Text Example

White with #358C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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