Html Css Color HEX #349B5A Eucalyptus

📋 copy color: '#349B5A'

red 52 ◦ green 155 ◦ blue 90

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

Shades of Eucalyptus #349B5A

Tints of Eucalyptus #349B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.3%

R = 17.51%
G = 52.19%
B = 30.3%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#349B5A (or 0x349B5A) is known color: Eucalyptus. HEX triplet: 34, 9B and 5A. RGB value is (52,155,90). Sum of RGB (Red+Green+Blue) = 52+155+90=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 90 (35.55% from 255 or 30.30% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #349B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B5A is #CB64A5. Grayscale: #747474. Windows color (decimal): -13329574 or 5937972. OLE color: 5937972.

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

Color convert

RGB 52 155 90 -
CMYK 0.66 0 0.42 0.39
HSL 142.14º 0.5% 0.41% -
HSV(B) 142.14º 0.66% 0.61% -
XYZ 14.98 24.91 13.69 -
YUV 116.79 112.88 81.79 -
System Red Green Blue C M Y K H S L
Decimal 52 155 90 0.66 0 0.42 0.39 142.14 0.5 0.41
Hex 34 9B 5A 42 0 2A 27 8E 32 29
Octal 64 233 132 102 0 52 47 216 62 51
Binary 110100 10011011 1011010 1000010 0 101010 100111 10001110 110010 101001

Color Harmonies of #349B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B5A

Black with #349B5A

Text Example


Text Example

White with #349B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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