Html Css Color HEX #348964 Eucalyptus

📋 copy color: '#348964'

red 52 ◦ green 137 ◦ blue 100

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

Shades of Eucalyptus #348964

Tints of Eucalyptus #348964

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 17.99%
G = 47.4%
B = 34.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#348964 (or 0x348964) is known color: Eucalyptus. HEX triplet: 34, 89 and 64. RGB value is (52,137,100). Sum of RGB (Red+Green+Blue) = 52+137+100=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #348964 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348964 is #CB769B. Grayscale: #6B6B6B. Windows color (decimal): -13334172 or 6588724. OLE color: 6588724.

HSL color Cylindrical-coordinate representation of color #348964: hue angle of 153.88º 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 #348964 is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 137 100 -
CMYK 0.62 0 0.27 0.46
HSL 153.88º 0.45% 0.37% -
HSV(B) 153.88º 0.62% 0.54% -
XYZ 12.66 19.54 15.16 -
YUV 107.37 123.84 88.51 -
System Red Green Blue C M Y K H S L
Decimal 52 137 100 0.62 0 0.27 0.46 153.88 0.45 0.37
Hex 34 89 64 3E 0 1B 2E 9A 2D 25
Octal 64 211 144 76 0 33 56 232 55 45
Binary 110100 10001001 1100100 111110 0 11011 101110 10011010 101101 100101

Color Harmonies of #348964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348964

Black with #348964

Text Example


Text Example

White with #348964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348964; }

 p { color: rgb(52,137,100); }

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

background-color css

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

 a { background-color: rgb(52,137,100); }

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

border-color css

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

 span { border-color: rgb(52,137,100); }

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