Html Css Color HEX #349E5D Eucalyptus

📋 copy color: '#349E5D'

red 52 ◦ green 158 ◦ blue 93

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

Shades of Eucalyptus #349E5D

Tints of Eucalyptus #349E5D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 52.15%

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

R = 17.16%
G = 52.15%
B = 30.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#349E5D (or 0x349E5D) is known color: Eucalyptus. HEX triplet: 34, 9E and 5D. RGB value is (52,158,93). Sum of RGB (Red+Green+Blue) = 52+158+93=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #349E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349E5D is #CB61A2. Grayscale: #777777. Windows color (decimal): -13328803 or 6135348. OLE color: 6135348.

HSL color Cylindrical-coordinate representation of color #349E5D: hue angle of 143.21º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349E5D is Cyan = 0.67, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 158 93 -
CMYK 0.67 0 0.41 0.38
HSL 143.21º 0.5% 0.41% -
HSV(B) 143.21º 0.67% 0.62% -
XYZ 15.62 25.97 14.55 -
YUV 118.9 113.38 80.29 -
System Red Green Blue C M Y K H S L
Decimal 52 158 93 0.67 0 0.41 0.38 143.21 0.5 0.41
Hex 34 9E 5D 43 0 29 26 8F 32 29
Octal 64 236 135 103 0 51 46 217 62 51
Binary 110100 10011110 1011101 1000011 0 101001 100110 10001111 110010 101001

Color Harmonies of #349E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349E5D

Black with #349E5D

Text Example


Text Example

White with #349E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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