Html Css Color HEX #348B67 Eucalyptus

📋 copy color: '#348B67'

red 52 ◦ green 139 ◦ blue 103

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

Shades of Eucalyptus #348B67

Tints of Eucalyptus #348B67

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.28%

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

R = 17.69%
G = 47.28%
B = 35.03%

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

#348B67 (or 0x348B67) is known color: Eucalyptus. HEX triplet: 34, 8B and 67. RGB value is (52,139,103). Sum of RGB (Red+Green+Blue) = 52+139+103=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 103 (40.62% from 255 or 35.03% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #348B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B67 is #CB7498. Grayscale: #6C6C6C. Windows color (decimal): -13333657 or 6785844. OLE color: 6785844.

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

Color convert

RGB 52 139 103 -
CMYK 0.63 0 0.26 0.45
HSL 155.17º 0.46% 0.37% -
HSV(B) 155.17º 0.63% 0.55% -
XYZ 13.1 20.17 16.04 -
YUV 108.88 124.68 87.43 -
System Red Green Blue C M Y K H S L
Decimal 52 139 103 0.63 0 0.26 0.45 155.17 0.46 0.37
Hex 34 8B 67 3F 0 1A 2D 9B 2E 25
Octal 64 213 147 77 0 32 55 233 56 45
Binary 110100 10001011 1100111 111111 0 11010 101101 10011011 101110 100101

Color Harmonies of #348B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B67

Black with #348B67

Text Example


Text Example

White with #348B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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