Html Css Color HEX #349255 Sea Green

📋 copy color: '#349255'

red 52 ◦ green 146 ◦ blue 85

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

Shades of Sea Green #349255

Tints of Sea Green #349255

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 18.37%
G = 51.59%
B = 30.04%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.42

 K value IS 0.43

RGB Variations

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

Color information

#349255 (or 0x349255) is known color: Sea Green. HEX triplet: 34, 92 and 55. RGB value is (52,146,85). Sum of RGB (Red+Green+Blue) = 52+146+85=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #349255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349255 is #CB6DAA. Grayscale: #6F6F6F. Windows color (decimal): -13331883 or 5607988. OLE color: 5607988.

HSL color Cylindrical-coordinate representation of color #349255: hue angle of 141.06º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349255 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 146 85 -
CMYK 0.64 0 0.42 0.43
HSL 141.06º 0.47% 0.39% -
HSV(B) 141.06º 0.64% 0.57% -
XYZ 13.33 21.94 12.13 -
YUV 110.94 113.36 85.96 -
System Red Green Blue C M Y K H S L
Decimal 52 146 85 0.64 0 0.42 0.43 141.06 0.47 0.39
Hex 34 92 55 40 0 2A 2B 8D 2F 27
Octal 64 222 125 100 0 52 53 215 57 47
Binary 110100 10010010 1010101 1000000 0 101010 101011 10001101 101111 100111

Color Harmonies of #349255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349255

Black with #349255

Text Example


Text Example

White with #349255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349255; }

 p { color: rgb(52,146,85); }

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

background-color css

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

 a { background-color: rgb(52,146,85); }

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

border-color css

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

 span { border-color: rgb(52,146,85); }

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