Html Css Color HEX #348E45 Sea Green

📋 copy color: '#348E45'

red 52 ◦ green 142 ◦ blue 69

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

Shades of Sea Green #348E45

Tints of Sea Green #348E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 53.99%

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 19.77%
G = 53.99%
B = 26.24%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#348E45 (or 0x348E45) is known color: Sea Green. HEX triplet: 34, 8E and 45. RGB value is (52,142,69). Sum of RGB (Red+Green+Blue) = 52+142+69=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 142 (55.86% from 255 or 53.99% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 142 - color contains mainly: green. Hex color #348E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #348E45 is #CB71BA. Grayscale: #6A6A6A. Windows color (decimal): -13332923 or 4558388. OLE color: 4558388.

HSL color Cylindrical-coordinate representation of color #348E45: hue angle of 131.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E45 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 69 -
CMYK 0.63 0 0.51 0.44
HSL 131.33º 0.46% 0.38% -
HSV(B) 131.33º 0.63% 0.56% -
XYZ 12.16 20.51 8.95 -
YUV 106.77 106.68 88.94 -
System Red Green Blue C M Y K H S L
Decimal 52 142 69 0.63 0 0.51 0.44 131.33 0.46 0.38
Hex 34 8E 45 3F 0 33 2C 83 2E 26
Octal 64 216 105 77 0 63 54 203 56 46
Binary 110100 10001110 1000101 111111 0 110011 101100 10000011 101110 100110

Color Harmonies of #348E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E45

Black with #348E45

Text Example


Text Example

White with #348E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348E45; }

 p { color: rgb(52,142,69); }

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

background-color css

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

 a { background-color: rgb(52,142,69); }

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

border-color css

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

 span { border-color: rgb(52,142,69); }

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