Html Css Color HEX #348A54 Sea Green

📋 copy color: '#348A54'

red 52 ◦ green 138 ◦ blue 84

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

Shades of Sea Green #348A54

Tints of Sea Green #348A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.36%

 BLUE value IS 84 (33.2% from 255) = 30.66%

R = 18.98%
G = 50.36%
B = 30.66%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#348A54 (or 0x348A54) is known color: Sea Green. HEX triplet: 34, 8A and 54. RGB value is (52,138,84). Sum of RGB (Red+Green+Blue) = 52+138+84=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 138 (54.30% from 255 or 50.36% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 138 - color contains mainly: green. Hex color #348A54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A54 is #CB75AB. Grayscale: #6A6A6A. Windows color (decimal): -13333932 or 5540404. OLE color: 5540404.

HSL color Cylindrical-coordinate representation of color #348A54: hue angle of 142.33º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #348A54 is Cyan = 0.62, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 138 84 -
CMYK 0.62 0 0.39 0.46
HSL 142.33º 0.45% 0.37% -
HSV(B) 142.33º 0.62% 0.54% -
XYZ 12.1 19.55 11.52 -
YUV 106.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 52 138 84 0.62 0 0.39 0.46 142.33 0.45 0.37
Hex 34 8A 54 3E 0 27 2E 8E 2D 25
Octal 64 212 124 76 0 47 56 216 55 45
Binary 110100 10001010 1010100 111110 0 100111 101110 10001110 101101 100101

Color Harmonies of #348A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A54

Black with #348A54

Text Example


Text Example

White with #348A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,84); }

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

background-color css

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

 a { background-color: rgb(52,138,84); }

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

border-color css

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

 span { border-color: rgb(52,138,84); }

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