Html Css Color HEX #348B61 Eucalyptus

📋 copy color: '#348B61'

red 52 ◦ green 139 ◦ blue 97

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

Shades of Eucalyptus #348B61

Tints of Eucalyptus #348B61

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.26%

 BLUE value IS 97 (38.28% from 255) = 33.68%

R = 18.06%
G = 48.26%
B = 33.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#348B61 (or 0x348B61) is known color: Eucalyptus. HEX triplet: 34, 8B and 61. RGB value is (52,139,97). Sum of RGB (Red+Green+Blue) = 52+139+97=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 139 (54.69% from 255 or 48.26% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 139 - color contains mainly: green. Hex color #348B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B61 is #CB749E. Grayscale: #6C6C6C. Windows color (decimal): -13333663 or 6392628. OLE color: 6392628.

HSL color Cylindrical-coordinate representation of color #348B61: hue angle of 151.03º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348B61 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 97 -
CMYK 0.63 0 0.30 0.45
HSL 151.03º 0.46% 0.37% -
HSV(B) 151.03º 0.63% 0.55% -
XYZ 12.81 20.06 14.51 -
YUV 108.2 121.68 87.92 -
System Red Green Blue C M Y K H S L
Decimal 52 139 97 0.63 0 0.30 0.45 151.03 0.46 0.37
Hex 34 8B 61 3F 0 1E 2D 97 2E 25
Octal 64 213 141 77 0 36 55 227 56 45
Binary 110100 10001011 1100001 111111 0 11110 101101 10010111 101110 100101

Color Harmonies of #348B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B61

Black with #348B61

Text Example


Text Example

White with #348B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348B61; }

 p { color: rgb(52,139,97); }

 H1.HeaderClassName
 {
   color: #348B61;
 }
 .AnyTagClassName
 {
   color: #348B61;
 }
</style>

background-color css

<style>
 a { background-color: #348B61; }

 a { background-color: rgb(52,139,97); }

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

border-color css

<style>
 span { border-color: #348B61; }

 span { border-color: rgb(52,139,97); }

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