Html Css Color HEX #349055 Sea Green

📋 copy color: '#349055'

red 52 ◦ green 144 ◦ blue 85

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

Shades of Sea Green #349055

Tints of Sea Green #349055

RGB

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

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

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

R = 18.51%
G = 51.25%
B = 30.25%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.44

RGB Variations

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

Color information

#349055 (or 0x349055) is known color: Sea Green. HEX triplet: 34, 90 and 55. RGB value is (52,144,85). Sum of RGB (Red+Green+Blue) = 52+144+85=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #349055 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349055 is #CB6FAA. Grayscale: #6D6D6D. Windows color (decimal): -13332395 or 5607476. OLE color: 5607476.

HSL color Cylindrical-coordinate representation of color #349055: hue angle of 141.52º 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 #349055 is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 144 85 -
CMYK 0.64 0 0.41 0.44
HSL 141.52º 0.47% 0.38% -
HSV(B) 141.52º 0.64% 0.56% -
XYZ 13.03 21.33 12.03 -
YUV 109.77 114.02 86.8 -
System Red Green Blue C M Y K H S L
Decimal 52 144 85 0.64 0 0.41 0.44 141.52 0.47 0.38
Hex 34 90 55 40 0 29 2C 8E 2F 26
Octal 64 220 125 100 0 51 54 216 57 46
Binary 110100 10010000 1010101 1000000 0 101001 101100 10001110 101111 100110

Color Harmonies of #349055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349055

Black with #349055

Text Example


Text Example

White with #349055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349055; }

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

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

background-color css

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

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

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

border-color css

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

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

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