Html Css Color HEX #349C65 Eucalyptus

📋 copy color: '#349C65'

red 52 ◦ green 156 ◦ blue 101

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

Shades of Eucalyptus #349C65

Tints of Eucalyptus #349C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.49%

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

R = 16.83%
G = 50.49%
B = 32.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#349C65 (or 0x349C65) is known color: Eucalyptus. HEX triplet: 34, 9C and 65. RGB value is (52,156,101). Sum of RGB (Red+Green+Blue) = 52+156+101=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 156 (61.33% from 255 or 50.49% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 156 - color contains mainly: green. Hex color #349C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349C65 is #CB639A. Grayscale: #767676. Windows color (decimal): -13329307 or 6659124. OLE color: 6659124.

HSL color Cylindrical-coordinate representation of color #349C65: hue angle of 148.27º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349C65 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 156 101 -
CMYK 0.67 0 0.35 0.39
HSL 148.27º 0.5% 0.41% -
HSV(B) 148.27º 0.67% 0.61% -
XYZ 15.65 25.45 16.4 -
YUV 118.63 118.04 80.47 -
System Red Green Blue C M Y K H S L
Decimal 52 156 101 0.67 0 0.35 0.39 148.27 0.5 0.41
Hex 34 9C 65 43 0 23 27 94 32 29
Octal 64 234 145 103 0 43 47 224 62 51
Binary 110100 10011100 1100101 1000011 0 100011 100111 10010100 110010 101001

Color Harmonies of #349C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C65

Black with #349C65

Text Example


Text Example

White with #349C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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