Html Css Color HEX #348B65 Eucalyptus

📋 copy color: '#348B65'

red 52 ◦ green 139 ◦ blue 101

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

Shades of Eucalyptus #348B65

Tints of Eucalyptus #348B65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.59%

R = 17.81%
G = 47.6%
B = 34.59%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#348B65 (or 0x348B65) is known color: Eucalyptus. HEX triplet: 34, 8B and 65. RGB value is (52,139,101). Sum of RGB (Red+Green+Blue) = 52+139+101=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 139 (54.69% from 255 or 47.60% from 292); Blue value is 101 (39.84% from 255 or 34.59% from 292); Max value from RGB is 139 - color contains mainly: green. Hex color #348B65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B65 is #CB749A. Grayscale: #6C6C6C. Windows color (decimal): -13333659 or 6654772. OLE color: 6654772.

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

Color convert

RGB 52 139 101 -
CMYK 0.63 0 0.27 0.45
HSL 153.79º 0.46% 0.37% -
HSV(B) 153.79º 0.63% 0.55% -
XYZ 13 20.13 15.51 -
YUV 108.66 123.68 87.59 -
System Red Green Blue C M Y K H S L
Decimal 52 139 101 0.63 0 0.27 0.45 153.79 0.46 0.37
Hex 34 8B 65 3F 0 1B 2D 9A 2E 25
Octal 64 213 145 77 0 33 55 232 56 45
Binary 110100 10001011 1100101 111111 0 11011 101101 10011010 101110 100101

Color Harmonies of #348B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B65

Black with #348B65

Text Example


Text Example

White with #348B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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