Html Css Color HEX #348B62 Eucalyptus

📋 copy color: '#348B62'

red 52 ◦ green 139 ◦ blue 98

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

Shades of Eucalyptus #348B62

Tints of Eucalyptus #348B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.91%

R = 17.99%
G = 48.1%
B = 33.91%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#348B62 (or 0x348B62) is known color: Eucalyptus. HEX triplet: 34, 8B and 62. RGB value is (52,139,98). Sum of RGB (Red+Green+Blue) = 52+139+98=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 139 (54.69% from 255 or 48.10% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 139 - color contains mainly: green. Hex color #348B62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348B62 is #CB749D. Grayscale: #6C6C6C. Windows color (decimal): -13333662 or 6458164. OLE color: 6458164.

HSL color Cylindrical-coordinate representation of color #348B62: hue angle of 151.72º 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 #348B62 is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 139 98 -
CMYK 0.63 0 0.29 0.45
HSL 151.72º 0.46% 0.37% -
HSV(B) 151.72º 0.63% 0.55% -
XYZ 12.85 20.08 14.75 -
YUV 108.31 122.18 87.83 -
System Red Green Blue C M Y K H S L
Decimal 52 139 98 0.63 0 0.29 0.45 151.72 0.46 0.37
Hex 34 8B 62 3F 0 1D 2D 98 2E 25
Octal 64 213 142 77 0 35 55 230 56 45
Binary 110100 10001011 1100010 111111 0 11101 101101 10011000 101110 100101

Color Harmonies of #348B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348B62

Black with #348B62

Text Example


Text Example

White with #348B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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