Html Css Color HEX #349048 Sea Green

📋 copy color: '#349048'

red 52 ◦ green 144 ◦ blue 72

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

Shades of Sea Green #349048

Tints of Sea Green #349048

RGB

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

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

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

R = 19.4%
G = 53.73%
B = 26.87%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#349048 (or 0x349048) is known color: Sea Green. HEX triplet: 34, 90 and 48. RGB value is (52,144,72). Sum of RGB (Red+Green+Blue) = 52+144+72=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 144 (56.64% from 255 or 53.73% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 144 - color contains mainly: green. Hex color #349048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349048 is #CB6FB7. Grayscale: #6C6C6C. Windows color (decimal): -13332408 or 4755508. OLE color: 4755508.

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

Color convert

RGB 52 144 72 -
CMYK 0.64 0 0.50 0.44
HSL 133.04º 0.47% 0.38% -
HSV(B) 133.04º 0.64% 0.56% -
XYZ 12.56 21.14 9.55 -
YUV 108.28 107.52 87.85 -
System Red Green Blue C M Y K H S L
Decimal 52 144 72 0.64 0 0.50 0.44 133.04 0.47 0.38
Hex 34 90 48 40 0 32 2C 85 2F 26
Octal 64 220 110 100 0 62 54 205 57 46
Binary 110100 10010000 1001000 1000000 0 110010 101100 10000101 101111 100110

Color Harmonies of #349048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349048

Black with #349048

Text Example


Text Example

White with #349048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349048; }

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

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

background-color css

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

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

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

border-color css

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

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

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