Html Css Color HEX #349869 Eucalyptus

📋 copy color: '#349869'

red 52 ◦ green 152 ◦ blue 105

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

Shades of Eucalyptus #349869

Tints of Eucalyptus #349869

RGB

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

 GREEN value IS 152 (59.77% from 255) = 49.19%

 BLUE value IS 105 (41.41% from 255) = 33.98%

R = 16.83%
G = 49.19%
B = 33.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#349869 (or 0x349869) is known color: Eucalyptus. HEX triplet: 34, 98 and 69. RGB value is (52,152,105). Sum of RGB (Red+Green+Blue) = 52+152+105=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #349869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349869 is #CB6796. Grayscale: #747474. Windows color (decimal): -13330327 or 6920244. OLE color: 6920244.

HSL color Cylindrical-coordinate representation of color #349869: hue angle of 151.8º 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 #349869 is Cyan = 0.66, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 105 -
CMYK 0.66 0 0.31 0.40
HSL 151.8º 0.49% 0.4% -
HSV(B) 151.8º 0.66% 0.6% -
XYZ 15.19 24.21 17.24 -
YUV 116.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 52 152 105 0.66 0 0.31 0.40 151.8 0.49 0.4
Hex 34 98 69 42 0 1F 28 98 31 28
Octal 64 230 151 102 0 37 50 230 61 50
Binary 110100 10011000 1101001 1000010 0 11111 101000 10011000 110001 101000

Color Harmonies of #349869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349869

Black with #349869

Text Example


Text Example

White with #349869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349869; }

 p { color: rgb(52,152,105); }

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

background-color css

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

 a { background-color: rgb(52,152,105); }

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

border-color css

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

 span { border-color: rgb(52,152,105); }

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