Html Css Color HEX #348755 Sea Green

📋 copy color: '#348755'

red 52 ◦ green 135 ◦ blue 85

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

Shades of Sea Green #348755

Tints of Sea Green #348755

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.63%

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

R = 19.12%
G = 49.63%
B = 31.25%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.47

RGB Variations

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

Color information

#348755 (or 0x348755) is known color: Sea Green. HEX triplet: 34, 87 and 55. RGB value is (52,135,85). Sum of RGB (Red+Green+Blue) = 52+135+85=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #348755 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348755 is #CB78AA. Grayscale: #686868. Windows color (decimal): -13334699 or 5605172. OLE color: 5605172.

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

Color convert

RGB 52 135 85 -
CMYK 0.61 0 0.37 0.47
HSL 143.86º 0.44% 0.37% -
HSV(B) 143.86º 0.61% 0.53% -
XYZ 11.72 18.71 11.59 -
YUV 104.48 117 90.57 -
System Red Green Blue C M Y K H S L
Decimal 52 135 85 0.61 0 0.37 0.47 143.86 0.44 0.37
Hex 34 87 55 3D 0 25 2F 90 2C 25
Octal 64 207 125 75 0 45 57 220 54 45
Binary 110100 10000111 1010101 111101 0 100101 101111 10010000 101100 100101

Color Harmonies of #348755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348755

Black with #348755

Text Example


Text Example

White with #348755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348755; }

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

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

background-color css

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

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

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

border-color css

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

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

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