Html Css Color HEX #348F62 Eucalyptus

📋 copy color: '#348F62'

red 52 ◦ green 143 ◦ blue 98

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

Shades of Eucalyptus #348F62

Tints of Eucalyptus #348F62

RGB

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

 GREEN value IS 143 (56.25% from 255) = 48.81%

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

R = 17.75%
G = 48.81%
B = 33.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#348F62 (or 0x348F62) is known color: Eucalyptus. HEX triplet: 34, 8F and 62. RGB value is (52,143,98). Sum of RGB (Red+Green+Blue) = 52+143+98=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 143 (56.25% from 255 or 48.81% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 143 - color contains mainly: green. Hex color #348F62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F62 is #CB709D. Grayscale: #6E6E6E. Windows color (decimal): -13332638 or 6459188. OLE color: 6459188.

HSL color Cylindrical-coordinate representation of color #348F62: hue angle of 150.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #348F62 is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 98 -
CMYK 0.64 0 0.31 0.44
HSL 150.33º 0.47% 0.38% -
HSV(B) 150.33º 0.64% 0.56% -
XYZ 13.44 21.26 14.95 -
YUV 110.66 120.85 86.16 -
System Red Green Blue C M Y K H S L
Decimal 52 143 98 0.64 0 0.31 0.44 150.33 0.47 0.38
Hex 34 8F 62 40 0 1F 2C 96 2F 26
Octal 64 217 142 100 0 37 54 226 57 46
Binary 110100 10001111 1100010 1000000 0 11111 101100 10010110 101111 100110

Color Harmonies of #348F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F62

Black with #348F62

Text Example


Text Example

White with #348F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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