Html Css Color HEX #348953 Sea Green

📋 copy color: '#348953'

red 52 ◦ green 137 ◦ blue 83

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

Shades of Sea Green #348953

Tints of Sea Green #348953

RGB

 RED value IS 52 (20.7% from 255) = 19.12%

 GREEN value IS 137 (53.91% from 255) = 50.37%

 BLUE value IS 83 (32.81% from 255) = 30.51%

R = 19.12%
G = 50.37%
B = 30.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#348953 (or 0x348953) is known color: Sea Green. HEX triplet: 34, 89 and 53. RGB value is (52,137,83). Sum of RGB (Red+Green+Blue) = 52+137+83=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 137 (53.91% from 255 or 50.37% from 272); Blue value is 83 (32.81% from 255 or 30.51% from 272); Max value from RGB is 137 - color contains mainly: green. Hex color #348953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348953 is #CB76AC. Grayscale: #696969. Windows color (decimal): -13334189 or 5474612. OLE color: 5474612.

HSL color Cylindrical-coordinate representation of color #348953: hue angle of 141.88º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348953 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 83 -
CMYK 0.62 0 0.39 0.46
HSL 141.88º 0.45% 0.37% -
HSV(B) 141.88º 0.62% 0.54% -
XYZ 11.92 19.25 11.27 -
YUV 105.43 115.34 89.89 -
System Red Green Blue C M Y K H S L
Decimal 52 137 83 0.62 0 0.39 0.46 141.88 0.45 0.37
Hex 34 89 53 3E 0 27 2E 8E 2D 25
Octal 64 211 123 76 0 47 56 216 55 45
Binary 110100 10001001 1010011 111110 0 100111 101110 10001110 101101 100101

Color Harmonies of #348953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348953

Black with #348953

Text Example


Text Example

White with #348953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348953; }

 p { color: rgb(52,137,83); }

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

background-color css

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

 a { background-color: rgb(52,137,83); }

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

border-color css

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

 span { border-color: rgb(52,137,83); }

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