Html Css Color HEX #348F61 Eucalyptus

📋 copy color: '#348F61'

red 52 ◦ green 143 ◦ blue 97

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

Shades of Eucalyptus #348F61

Tints of Eucalyptus #348F61

RGB

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

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

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

R = 17.81%
G = 48.97%
B = 33.22%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#348F61 (or 0x348F61) is known color: Eucalyptus. HEX triplet: 34, 8F and 61. RGB value is (52,143,97). Sum of RGB (Red+Green+Blue) = 52+143+97=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 143 (56.25% from 255 or 48.97% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 143 - color contains mainly: green. Hex color #348F61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348F61 is #CB709E. Grayscale: #6E6E6E. Windows color (decimal): -13332639 or 6393652. OLE color: 6393652.

HSL color Cylindrical-coordinate representation of color #348F61: hue angle of 149.67º 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 #348F61 is Cyan = 0.64, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 143 97 -
CMYK 0.64 0 0.32 0.44
HSL 149.67º 0.47% 0.38% -
HSV(B) 149.67º 0.64% 0.56% -
XYZ 13.4 21.24 14.7 -
YUV 110.55 120.35 86.24 -
System Red Green Blue C M Y K H S L
Decimal 52 143 97 0.64 0 0.32 0.44 149.67 0.47 0.38
Hex 34 8F 61 40 0 20 2C 96 2F 26
Octal 64 217 141 100 0 40 54 226 57 46
Binary 110100 10001111 1100001 1000000 0 100000 101100 10010110 101111 100110

Color Harmonies of #348F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348F61

Black with #348F61

Text Example


Text Example

White with #348F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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