Html Css Color HEX #349056 Sea Green

📋 copy color: '#349056'

red 52 ◦ green 144 ◦ blue 86

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

Shades of Sea Green #349056

Tints of Sea Green #349056

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.06%

 BLUE value IS 86 (33.98% from 255) = 30.5%

R = 18.44%
G = 51.06%
B = 30.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.40

 K value IS 0.44

RGB Variations

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

Color information

#349056 (or 0x349056) is known color: Sea Green. HEX triplet: 34, 90 and 56. RGB value is (52,144,86). Sum of RGB (Red+Green+Blue) = 52+144+86=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #349056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349056 is #CB6FA9. Grayscale: #6E6E6E. Windows color (decimal): -13332394 or 5673012. OLE color: 5673012.

HSL color Cylindrical-coordinate representation of color #349056: hue angle of 142.17º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349056 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 86 -
CMYK 0.64 0 0.40 0.44
HSL 142.17º 0.47% 0.38% -
HSV(B) 142.17º 0.64% 0.56% -
XYZ 13.07 21.35 12.24 -
YUV 109.88 114.52 86.72 -
System Red Green Blue C M Y K H S L
Decimal 52 144 86 0.64 0 0.40 0.44 142.17 0.47 0.38
Hex 34 90 56 40 0 28 2C 8E 2F 26
Octal 64 220 126 100 0 50 54 216 57 46
Binary 110100 10010000 1010110 1000000 0 101000 101100 10001110 101111 100110

Color Harmonies of #349056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349056

Black with #349056

Text Example


Text Example

White with #349056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349056; }

 p { color: rgb(52,144,86); }

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

background-color css

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

 a { background-color: rgb(52,144,86); }

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

border-color css

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

 span { border-color: rgb(52,144,86); }

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