Html Css Color HEX #348C67 Eucalyptus

📋 copy color: '#348C67'

red 52 ◦ green 140 ◦ blue 103

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

Shades of Eucalyptus #348C67

Tints of Eucalyptus #348C67

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.46%

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

R = 17.63%
G = 47.46%
B = 34.92%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#348C67 (or 0x348C67) is known color: Eucalyptus. HEX triplet: 34, 8C and 67. RGB value is (52,140,103). Sum of RGB (Red+Green+Blue) = 52+140+103=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #348C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C67 is #CB7398. Grayscale: #6D6D6D. Windows color (decimal): -13333401 or 6786100. OLE color: 6786100.

HSL color Cylindrical-coordinate representation of color #348C67: hue angle of 154.77º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348C67 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 140 103 -
CMYK 0.63 0 0.26 0.45
HSL 154.77º 0.46% 0.38% -
HSV(B) 154.77º 0.63% 0.55% -
XYZ 13.24 20.47 16.08 -
YUV 109.47 124.35 87.01 -
System Red Green Blue C M Y K H S L
Decimal 52 140 103 0.63 0 0.26 0.45 154.77 0.46 0.38
Hex 34 8C 67 3F 0 1A 2D 9B 2E 26
Octal 64 214 147 77 0 32 55 233 56 46
Binary 110100 10001100 1100111 111111 0 11010 101101 10011011 101110 100110

Color Harmonies of #348C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C67

Black with #348C67

Text Example


Text Example

White with #348C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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