Html Css Color HEX #349665 Eucalyptus

📋 copy color: '#349665'

red 52 ◦ green 150 ◦ blue 101

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

Shades of Eucalyptus #349665

Tints of Eucalyptus #349665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.5%

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

R = 17.16%
G = 49.5%
B = 33.33%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#349665 (or 0x349665) is known color: Eucalyptus. HEX triplet: 34, 96 and 65. RGB value is (52,150,101). Sum of RGB (Red+Green+Blue) = 52+150+101=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #349665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349665 is #CB699A. Grayscale: #737373. Windows color (decimal): -13330843 or 6657588. OLE color: 6657588.

HSL color Cylindrical-coordinate representation of color #349665: hue angle of 150º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349665 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 101 -
CMYK 0.65 0 0.33 0.41
HSL 150º 0.49% 0.4% -
HSV(B) 150º 0.65% 0.59% -
XYZ 14.67 23.48 16.07 -
YUV 115.11 120.03 82.98 -
System Red Green Blue C M Y K H S L
Decimal 52 150 101 0.65 0 0.33 0.41 150 0.49 0.4
Hex 34 96 65 41 0 21 29 96 31 28
Octal 64 226 145 101 0 41 51 226 61 50
Binary 110100 10010110 1100101 1000001 0 100001 101001 10010110 110001 101000

Color Harmonies of #349665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349665

Black with #349665

Text Example


Text Example

White with #349665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349665; }

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

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

background-color css

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

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

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

border-color css

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

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

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