Html Css Color HEX #348E67 Eucalyptus

📋 copy color: '#348E67'

red 52 ◦ green 142 ◦ blue 103

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

Shades of Eucalyptus #348E67

Tints of Eucalyptus #348E67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.68%

R = 17.51%
G = 47.81%
B = 34.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#348E67 (or 0x348E67) is known color: Eucalyptus. HEX triplet: 34, 8E and 67. RGB value is (52,142,103). Sum of RGB (Red+Green+Blue) = 52+142+103=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #348E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E67 is #CB7198. Grayscale: #6E6E6E. Windows color (decimal): -13332889 or 6786612. OLE color: 6786612.

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

Color convert

RGB 52 142 103 -
CMYK 0.63 0 0.27 0.44
HSL 154º 0.46% 0.38% -
HSV(B) 154º 0.63% 0.56% -
XYZ 13.54 21.06 16.18 -
YUV 110.64 123.68 86.17 -
System Red Green Blue C M Y K H S L
Decimal 52 142 103 0.63 0 0.27 0.44 154 0.46 0.38
Hex 34 8E 67 3F 0 1B 2C 9A 2E 26
Octal 64 216 147 77 0 33 54 232 56 46
Binary 110100 10001110 1100111 111111 0 11011 101100 10011010 101110 100110

Color Harmonies of #348E67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348E67

Black with #348E67

Text Example


Text Example

White with #348E67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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