Html Css Color HEX #348F64 Eucalyptus

📋 copy color: '#348F64'

red 52 ◦ green 143 ◦ blue 100

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

Shades of Eucalyptus #348F64

Tints of Eucalyptus #348F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.47%

 BLUE value IS 100 (39.45% from 255) = 33.9%

R = 17.63%
G = 48.47%
B = 33.9%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#348F64 (or 0x348F64) is known color: Eucalyptus. HEX triplet: 34, 8F and 64. RGB value is (52,143,100). Sum of RGB (Red+Green+Blue) = 52+143+100=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 143 (56.25% from 255 or 48.47% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 143 - color contains mainly: green. Hex color #348F64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F64 is #CB709B. Grayscale: #6E6E6E. Windows color (decimal): -13332636 or 6590260. OLE color: 6590260.

HSL color Cylindrical-coordinate representation of color #348F64: hue angle of 151.65º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F64 is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 100 -
CMYK 0.64 0 0.30 0.44
HSL 151.65º 0.47% 0.38% -
HSV(B) 151.65º 0.64% 0.56% -
XYZ 13.54 21.3 15.45 -
YUV 110.89 121.85 86 -
System Red Green Blue C M Y K H S L
Decimal 52 143 100 0.64 0 0.30 0.44 151.65 0.47 0.38
Hex 34 8F 64 40 0 1E 2C 98 2F 26
Octal 64 217 144 100 0 36 54 230 57 46
Binary 110100 10001111 1100100 1000000 0 11110 101100 10011000 101111 100110

Color Harmonies of #348F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F64

Black with #348F64

Text Example


Text Example

White with #348F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,143,100); }

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

background-color css

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

 a { background-color: rgb(52,143,100); }

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

border-color css

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

 span { border-color: rgb(52,143,100); }

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