Html Css Color HEX #348C62 Eucalyptus

📋 copy color: '#348C62'

red 52 ◦ green 140 ◦ blue 98

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

Shades of Eucalyptus #348C62

Tints of Eucalyptus #348C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 48.28%

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

R = 17.93%
G = 48.28%
B = 33.79%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#348C62 (or 0x348C62) is known color: Eucalyptus. HEX triplet: 34, 8C and 62. RGB value is (52,140,98). Sum of RGB (Red+Green+Blue) = 52+140+98=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 140 (55.08% from 255 or 48.28% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 140 - color contains mainly: green. Hex color #348C62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348C62 is #CB739D. Grayscale: #6C6C6C. Windows color (decimal): -13333406 or 6458420. OLE color: 6458420.

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

Color convert

RGB 52 140 98 -
CMYK 0.63 0 0.3 0.45
HSL 151.36º 0.46% 0.38% -
HSV(B) 151.36º 0.63% 0.55% -
XYZ 13 20.37 14.8 -
YUV 108.9 121.85 87.42 -
System Red Green Blue C M Y K H S L
Decimal 52 140 98 0.63 0 0.3 0.45 151.36 0.46 0.38
Hex 34 8C 62 3F 0 1E 2D 97 2E 26
Octal 64 214 142 77 0 36 55 227 56 46
Binary 110100 10001100 1100010 111111 0 11110 101101 10010111 101110 100110

Color Harmonies of #348C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348C62

Black with #348C62

Text Example


Text Example

White with #348C62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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