Html Css Color HEX #349265 Eucalyptus

📋 copy color: '#349265'

red 52 ◦ green 146 ◦ blue 101

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

Shades of Eucalyptus #349265

Tints of Eucalyptus #349265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.83%

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

R = 17.39%
G = 48.83%
B = 33.78%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#349265 (or 0x349265) is known color: Eucalyptus. HEX triplet: 34, 92 and 65. RGB value is (52,146,101). Sum of RGB (Red+Green+Blue) = 52+146+101=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 146 (57.42% from 255 or 48.83% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 146 - color contains mainly: green. Hex color #349265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349265 is #CB6D9A. Grayscale: #707070. Windows color (decimal): -13331867 or 6656564. OLE color: 6656564.

HSL color Cylindrical-coordinate representation of color #349265: hue angle of 151.28º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349265 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 146 101 -
CMYK 0.64 0 0.31 0.43
HSL 151.28º 0.47% 0.39% -
HSV(B) 151.28º 0.64% 0.57% -
XYZ 14.04 22.23 15.86 -
YUV 112.76 121.36 84.66 -
System Red Green Blue C M Y K H S L
Decimal 52 146 101 0.64 0 0.31 0.43 151.28 0.47 0.39
Hex 34 92 65 40 0 1F 2B 97 2F 27
Octal 64 222 145 100 0 37 53 227 57 47
Binary 110100 10010010 1100101 1000000 0 11111 101011 10010111 101111 100111

Color Harmonies of #349265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349265

Black with #349265

Text Example


Text Example

White with #349265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349265; }

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

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

background-color css

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

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

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

border-color css

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

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

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