Html Css Color HEX #349B57 Eucalyptus

📋 copy color: '#349B57'

red 52 ◦ green 155 ◦ blue 87

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

Shades of Eucalyptus #349B57

Tints of Eucalyptus #349B57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 29.59%

R = 17.69%
G = 52.72%
B = 29.59%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#349B57 (or 0x349B57) is known color: Eucalyptus. HEX triplet: 34, 9B and 57. RGB value is (52,155,87). Sum of RGB (Red+Green+Blue) = 52+155+87=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 87 (34.38% from 255 or 29.59% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #349B57 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B57 is #CB64A8. Grayscale: #747474. Windows color (decimal): -13329577 or 5741364. OLE color: 5741364.

HSL color Cylindrical-coordinate representation of color #349B57: hue angle of 140.39º 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 #349B57 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 155 87 -
CMYK 0.66 0 0.44 0.39
HSL 140.39º 0.5% 0.41% -
HSV(B) 140.39º 0.66% 0.61% -
XYZ 14.86 24.86 13.03 -
YUV 116.45 111.38 82.03 -
System Red Green Blue C M Y K H S L
Decimal 52 155 87 0.66 0 0.44 0.39 140.39 0.5 0.41
Hex 34 9B 57 42 0 2C 27 8C 32 29
Octal 64 233 127 102 0 54 47 214 62 51
Binary 110100 10011011 1010111 1000010 0 101100 100111 10001100 110010 101001

Color Harmonies of #349B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B57

Black with #349B57

Text Example


Text Example

White with #349B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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