Html Css Color HEX #358C48 Sea Green

📋 copy color: '#358C48'

red 53 ◦ green 140 ◦ blue 72

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

Shades of Sea Green #358C48

Tints of Sea Green #358C48

RGB

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

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

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

R = 20%
G = 52.83%
B = 27.17%

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

#358C48 (or 0x358C48) is known color: Sea Green. HEX triplet: 35, 8C and 48. RGB value is (53,140,72). Sum of RGB (Red+Green+Blue) = 53+140+72=265 (35% of max value = 765). Red value is 53 (21.09% from 255 or 20% from 265); Green value is 140 (55.08% from 255 or 52.83% from 265); Blue value is 72 (28.52% from 255 or 27.17% from 265); Max value from RGB is 140 - color contains mainly: green. Hex color #358C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C48 is #CA73B7. Grayscale: #6A6A6A. Windows color (decimal): -13267896 or 4754485. OLE color: 4754485.

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

Color convert

RGB 53 140 72 -
CMYK 0.62 0 0.49 0.45
HSL 133.1º 0.45% 0.38% -
HSV(B) 133.1º 0.62% 0.55% -
XYZ 12.02 19.98 9.35 -
YUV 106.24 108.68 90.03 -
System Red Green Blue C M Y K H S L
Decimal 53 140 72 0.62 0 0.49 0.45 133.1 0.45 0.38
Hex 35 8C 48 3E 0 31 2D 85 2D 26
Octal 65 214 110 76 0 61 55 205 55 46
Binary 110101 10001100 1001000 111110 0 110001 101101 10000101 101101 100110

Color Harmonies of #358C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C48

Black with #358C48

Text Example


Text Example

White with #358C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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