Html Css Color HEX #348C65 Eucalyptus

📋 copy color: '#348C65'

red 52 ◦ green 140 ◦ blue 101

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

Shades of Eucalyptus #348C65

Tints of Eucalyptus #348C65

RGB

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

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

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

R = 17.75%
G = 47.78%
B = 34.47%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#348C65 (or 0x348C65) is known color: Eucalyptus. HEX triplet: 34, 8C and 65. RGB value is (52,140,101). Sum of RGB (Red+Green+Blue) = 52+140+101=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 140 (55.08% from 255 or 47.78% from 293); Blue value is 101 (39.84% from 255 or 34.47% from 293); Max value from RGB is 140 - color contains mainly: green. Hex color #348C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C65 is #CB739A. Grayscale: #6D6D6D. Windows color (decimal): -13333403 or 6655028. OLE color: 6655028.

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

Color convert

RGB 52 140 101 -
CMYK 0.63 0 0.28 0.45
HSL 153.41º 0.46% 0.38% -
HSV(B) 153.41º 0.63% 0.55% -
XYZ 13.14 20.43 15.56 -
YUV 109.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 52 140 101 0.63 0 0.28 0.45 153.41 0.46 0.38
Hex 34 8C 65 3F 0 1C 2D 99 2E 26
Octal 64 214 145 77 0 34 55 231 56 46
Binary 110100 10001100 1100101 111111 0 11100 101101 10011001 101110 100110

Color Harmonies of #348C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C65

Black with #348C65

Text Example


Text Example

White with #348C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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