Html Css Color HEX #348650 Sea Green

📋 copy color: '#348650'

red 52 ◦ green 134 ◦ blue 80

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

Shades of Sea Green #348650

Tints of Sea Green #348650

RGB

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

 GREEN value IS 134 (52.73% from 255) = 50.38%

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 19.55%
G = 50.38%
B = 30.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#348650 (or 0x348650) is known color: Sea Green. HEX triplet: 34, 86 and 50. RGB value is (52,134,80). Sum of RGB (Red+Green+Blue) = 52+134+80=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 134 (52.73% from 255 or 50.38% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 134 - color contains mainly: green. Hex color #348650 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348650 is #CB79AF. Grayscale: #676767. Windows color (decimal): -13334960 or 5277236. OLE color: 5277236.

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

Color convert

RGB 52 134 80 -
CMYK 0.61 0 0.40 0.47
HSL 140.49º 0.44% 0.36% -
HSV(B) 140.49º 0.61% 0.53% -
XYZ 11.39 18.36 10.53 -
YUV 103.33 114.83 91.39 -
System Red Green Blue C M Y K H S L
Decimal 52 134 80 0.61 0 0.40 0.47 140.49 0.44 0.36
Hex 34 86 50 3D 0 28 2F 8C 2C 24
Octal 64 206 120 75 0 50 57 214 54 44
Binary 110100 10000110 1010000 111101 0 101000 101111 10001100 101100 100100

Color Harmonies of #348650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348650

Black with #348650

Text Example


Text Example

White with #348650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348650; }

 p { color: rgb(52,134,80); }

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

background-color css

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

 a { background-color: rgb(52,134,80); }

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

border-color css

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

 span { border-color: rgb(52,134,80); }

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