Html Css Color HEX #348850 Sea Green

📋 copy color: '#348850'

red 52 ◦ green 136 ◦ blue 80

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

Shades of Sea Green #348850

Tints of Sea Green #348850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.75%

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

R = 19.4%
G = 50.75%
B = 29.85%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#348850 (or 0x348850) is known color: Sea Green. HEX triplet: 34, 88 and 50. RGB value is (52,136,80). Sum of RGB (Red+Green+Blue) = 52+136+80=268 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.40% from 268); Green value is 136 (53.52% from 255 or 50.75% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 136 - color contains mainly: green. Hex color #348850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348850 is #CB77AF. Grayscale: #686868. Windows color (decimal): -13334448 or 5277748. OLE color: 5277748.

HSL color Cylindrical-coordinate representation of color #348850: hue angle of 140º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348850 is Cyan = 0.62, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 136 80 -
CMYK 0.62 0 0.41 0.47
HSL 140º 0.45% 0.37% -
HSV(B) 140º 0.62% 0.53% -
XYZ 11.67 18.92 10.63 -
YUV 104.5 114.17 90.55 -
System Red Green Blue C M Y K H S L
Decimal 52 136 80 0.62 0 0.41 0.47 140 0.45 0.37
Hex 34 88 50 3E 0 29 2F 8C 2D 25
Octal 64 210 120 76 0 51 57 214 55 45
Binary 110100 10001000 1010000 111110 0 101001 101111 10001100 101101 100101

Color Harmonies of #348850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348850

Black with #348850

Text Example


Text Example

White with #348850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348850; }

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

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

background-color css

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

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

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

border-color css

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

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

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