Html Css Color HEX #349B5C Eucalyptus

📋 copy color: '#349B5C'

red 52 ◦ green 155 ◦ blue 92

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

Shades of Eucalyptus #349B5C

Tints of Eucalyptus #349B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 17.39%
G = 51.84%
B = 30.77%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#349B5C (or 0x349B5C) is known color: Eucalyptus. HEX triplet: 34, 9B and 5C. RGB value is (52,155,92). Sum of RGB (Red+Green+Blue) = 52+155+92=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 155 (60.94% from 255 or 51.84% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 155 - color contains mainly: green. Hex color #349B5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349B5C is #CB64A3. Grayscale: #757575. Windows color (decimal): -13329572 or 6069044. OLE color: 6069044.

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

Color convert

RGB 52 155 92 -
CMYK 0.66 0 0.41 0.39
HSL 143.3º 0.5% 0.41% -
HSV(B) 143.3º 0.66% 0.61% -
XYZ 15.07 24.95 14.15 -
YUV 117.02 113.88 81.62 -
System Red Green Blue C M Y K H S L
Decimal 52 155 92 0.66 0 0.41 0.39 143.3 0.5 0.41
Hex 34 9B 5C 42 0 29 27 8F 32 29
Octal 64 233 134 102 0 51 47 217 62 51
Binary 110100 10011011 1011100 1000010 0 101001 100111 10001111 110010 101001

Color Harmonies of #349B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349B5C

Black with #349B5C

Text Example


Text Example

White with #349B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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