Html Css Color HEX #348C64 Eucalyptus

📋 copy color: '#348C64'

red 52 ◦ green 140 ◦ blue 100

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

Shades of Eucalyptus #348C64

Tints of Eucalyptus #348C64

RGB

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

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

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

R = 17.81%
G = 47.95%
B = 34.25%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#348C64 (or 0x348C64) is known color: Eucalyptus. HEX triplet: 34, 8C and 64. RGB value is (52,140,100). Sum of RGB (Red+Green+Blue) = 52+140+100=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 100 (39.45% from 255 or 34.25% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #348C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C64 is #CB739B. Grayscale: #6D6D6D. Windows color (decimal): -13333404 or 6589492. OLE color: 6589492.

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

Color convert

RGB 52 140 100 -
CMYK 0.63 0 0.29 0.45
HSL 152.73º 0.46% 0.38% -
HSV(B) 152.73º 0.63% 0.55% -
XYZ 13.09 20.41 15.31 -
YUV 109.13 122.85 87.25 -
System Red Green Blue C M Y K H S L
Decimal 52 140 100 0.63 0 0.29 0.45 152.73 0.46 0.38
Hex 34 8C 64 3F 0 1D 2D 99 2E 26
Octal 64 214 144 77 0 35 55 231 56 46
Binary 110100 10001100 1100100 111111 0 11101 101101 10011001 101110 100110

Color Harmonies of #348C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C64

Black with #348C64

Text Example


Text Example

White with #348C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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