Html Css Color HEX #349968 Eucalyptus

📋 copy color: '#349968'

red 52 ◦ green 153 ◦ blue 104

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

Shades of Eucalyptus #349968

Tints of Eucalyptus #349968

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.51%

 BLUE value IS 104 (41.02% from 255) = 33.66%

R = 16.83%
G = 49.51%
B = 33.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#349968 (or 0x349968) is known color: Eucalyptus. HEX triplet: 34, 99 and 68. RGB value is (52,153,104). Sum of RGB (Red+Green+Blue) = 52+153+104=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 153 (60.16% from 255 or 49.51% from 309); Blue value is 104 (41.02% from 255 or 33.66% from 309); Max value from RGB is 153 - color contains mainly: green. Hex color #349968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349968 is #CB6697. Grayscale: #757575. Windows color (decimal): -13330072 or 6854964. OLE color: 6854964.

HSL color Cylindrical-coordinate representation of color #349968: hue angle of 150.89º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349968 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 52 153 104 -
CMYK 0.66 0 0.32 0.4
HSL 150.89º 0.49% 0.4% -
HSV(B) 150.89º 0.66% 0.6% -
XYZ 15.31 24.51 17.02 -
YUV 117.22 120.54 81.48 -
System Red Green Blue C M Y K H S L
Decimal 52 153 104 0.66 0 0.32 0.4 150.89 0.49 0.4
Hex 34 99 68 42 0 20 28 97 31 28
Octal 64 231 150 102 0 40 50 227 61 50
Binary 110100 10011001 1101000 1000010 0 100000 101000 10010111 110001 101000

Color Harmonies of #349968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349968

Black with #349968

Text Example


Text Example

White with #349968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349968; }

 p { color: rgb(52,153,104); }

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

background-color css

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

 a { background-color: rgb(52,153,104); }

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

border-color css

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

 span { border-color: rgb(52,153,104); }

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