Html Css Color HEX #348A63 Eucalyptus

📋 copy color: '#348A63'

red 52 ◦ green 138 ◦ blue 99

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

Shades of Eucalyptus #348A63

Tints of Eucalyptus #348A63

RGB

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

 GREEN value IS 138 (54.3% from 255) = 47.75%

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 17.99%
G = 47.75%
B = 34.26%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#348A63 (or 0x348A63) is known color: Eucalyptus. HEX triplet: 34, 8A and 63. RGB value is (52,138,99). Sum of RGB (Red+Green+Blue) = 52+138+99=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 138 (54.30% from 255 or 47.75% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 138 - color contains mainly: green. Hex color #348A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A63 is #CB759C. Grayscale: #6B6B6B. Windows color (decimal): -13333917 or 6523444. OLE color: 6523444.

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

Color convert

RGB 52 138 99 -
CMYK 0.62 0 0.28 0.46
HSL 152.79º 0.45% 0.37% -
HSV(B) 152.79º 0.62% 0.54% -
XYZ 12.76 19.81 14.96 -
YUV 107.84 123.01 88.17 -
System Red Green Blue C M Y K H S L
Decimal 52 138 99 0.62 0 0.28 0.46 152.79 0.45 0.37
Hex 34 8A 63 3E 0 1C 2E 99 2D 25
Octal 64 212 143 76 0 34 56 231 55 45
Binary 110100 10001010 1100011 111110 0 11100 101110 10011001 101101 100101

Color Harmonies of #348A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348A63

Black with #348A63

Text Example


Text Example

White with #348A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,138,99); }

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

background-color css

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

 a { background-color: rgb(52,138,99); }

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

border-color css

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

 span { border-color: rgb(52,138,99); }

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