Html Css Color HEX #348E62 Eucalyptus

📋 copy color: '#348E62'

red 52 ◦ green 142 ◦ blue 98

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

Shades of Eucalyptus #348E62

Tints of Eucalyptus #348E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.56%

R = 17.81%
G = 48.63%
B = 33.56%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#348E62 (or 0x348E62) is known color: Eucalyptus. HEX triplet: 34, 8E and 62. RGB value is (52,142,98). Sum of RGB (Red+Green+Blue) = 52+142+98=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 142 (55.86% from 255 or 48.63% from 292); Blue value is 98 (38.67% from 255 or 33.56% from 292); Max value from RGB is 142 - color contains mainly: green. Hex color #348E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E62 is #CB719D. Grayscale: #6E6E6E. Windows color (decimal): -13332894 or 6458932. OLE color: 6458932.

HSL color Cylindrical-coordinate representation of color #348E62: hue angle of 150.67º 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 #348E62 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 142 98 -
CMYK 0.63 0 0.31 0.44
HSL 150.67º 0.46% 0.38% -
HSV(B) 150.67º 0.63% 0.56% -
XYZ 13.29 20.96 14.9 -
YUV 110.07 121.18 86.58 -
System Red Green Blue C M Y K H S L
Decimal 52 142 98 0.63 0 0.31 0.44 150.67 0.46 0.38
Hex 34 8E 62 3F 0 1F 2C 97 2E 26
Octal 64 216 142 77 0 37 54 227 56 46
Binary 110100 10001110 1100010 111111 0 11111 101100 10010111 101110 100110

Color Harmonies of #348E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E62

Black with #348E62

Text Example


Text Example

White with #348E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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