Html Css Color HEX #348A65 Eucalyptus

📋 copy color: '#348A65'

red 52 ◦ green 138 ◦ blue 101

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

Shades of Eucalyptus #348A65

Tints of Eucalyptus #348A65

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.42%

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

R = 17.87%
G = 47.42%
B = 34.71%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#348A65 (or 0x348A65) is known color: Eucalyptus. HEX triplet: 34, 8A and 65. RGB value is (52,138,101). Sum of RGB (Red+Green+Blue) = 52+138+101=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 101 (39.84% from 255 or 34.71% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #348A65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A65 is #CB759A. Grayscale: #6C6C6C. Windows color (decimal): -13333915 or 6654516. OLE color: 6654516.

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

Color convert

RGB 52 138 101 -
CMYK 0.62 0 0.27 0.46
HSL 154.19º 0.45% 0.37% -
HSV(B) 154.19º 0.62% 0.54% -
XYZ 12.85 19.85 15.47 -
YUV 108.07 124.01 88.01 -
System Red Green Blue C M Y K H S L
Decimal 52 138 101 0.62 0 0.27 0.46 154.19 0.45 0.37
Hex 34 8A 65 3E 0 1B 2E 9A 2D 25
Octal 64 212 145 76 0 33 56 232 55 45
Binary 110100 10001010 1100101 111110 0 11011 101110 10011010 101101 100101

Color Harmonies of #348A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A65

Black with #348A65

Text Example


Text Example

White with #348A65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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