Html Css Color HEX #349263 Eucalyptus

📋 copy color: '#349263'

red 52 ◦ green 146 ◦ blue 99

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

Shades of Eucalyptus #349263

Tints of Eucalyptus #349263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 17.51%
G = 49.16%
B = 33.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#349263 (or 0x349263) is known color: Eucalyptus. HEX triplet: 34, 92 and 63. RGB value is (52,146,99). Sum of RGB (Red+Green+Blue) = 52+146+99=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #349263 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349263 is #CB6D9C. Grayscale: #707070. Windows color (decimal): -13331869 or 6525492. OLE color: 6525492.

HSL color Cylindrical-coordinate representation of color #349263: hue angle of 150º 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 #349263 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 146 99 -
CMYK 0.64 0 0.32 0.43
HSL 150º 0.47% 0.39% -
HSV(B) 150º 0.64% 0.57% -
XYZ 13.95 22.19 15.35 -
YUV 112.54 120.36 84.82 -
System Red Green Blue C M Y K H S L
Decimal 52 146 99 0.64 0 0.32 0.43 150 0.47 0.39
Hex 34 92 63 40 0 20 2B 96 2F 27
Octal 64 222 143 100 0 40 53 226 57 47
Binary 110100 10010010 1100011 1000000 0 100000 101011 10010110 101111 100111

Color Harmonies of #349263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349263

Black with #349263

Text Example


Text Example

White with #349263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349263; }

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

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

background-color css

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

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

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

border-color css

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

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

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