Html Css Color HEX #349B5D Eucalyptus

📋 copy color: '#349B5D'

red 52 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #349B5D

Tints of Eucalyptus #349B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.67%

 BLUE value IS 93 (36.72% from 255) = 31%

R = 17.33%
G = 51.67%
B = 31%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#349B5D (or 0x349B5D) is known color: Eucalyptus. HEX triplet: 34, 9B and 5D. RGB value is (52,155,93). Sum of RGB (Red+Green+Blue) = 52+155+93=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #349B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B5D is #CB64A2. Grayscale: #757575. Windows color (decimal): -13329571 or 6134580. OLE color: 6134580.

HSL color Cylindrical-coordinate representation of color #349B5D: hue angle of 143.88º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349B5D is Cyan = 0.66, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 93 -
CMYK 0.66 0 0.4 0.39
HSL 143.88º 0.5% 0.41% -
HSV(B) 143.88º 0.66% 0.61% -
XYZ 15.11 24.96 14.38 -
YUV 117.14 114.38 81.54 -
System Red Green Blue C M Y K H S L
Decimal 52 155 93 0.66 0 0.4 0.39 143.88 0.5 0.41
Hex 34 9B 5D 42 0 28 27 90 32 29
Octal 64 233 135 102 0 50 47 220 62 51
Binary 110100 10011011 1011101 1000010 0 101000 100111 10010000 110010 101001

Color Harmonies of #349B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B5D

Black with #349B5D

Text Example


Text Example

White with #349B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349B5D; }

 p { color: rgb(52,155,93); }

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

background-color css

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

 a { background-color: rgb(52,155,93); }

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

border-color css

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

 span { border-color: rgb(52,155,93); }

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