Html Css Color HEX #348965 Eucalyptus

📋 copy color: '#348965'

red 52 ◦ green 137 ◦ blue 101

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

Shades of Eucalyptus #348965

Tints of Eucalyptus #348965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 17.93%
G = 47.24%
B = 34.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#348965 (or 0x348965) is known color: Eucalyptus. HEX triplet: 34, 89 and 65. RGB value is (52,137,101). Sum of RGB (Red+Green+Blue) = 52+137+101=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 137 (53.91% from 255 or 47.24% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 137 - color contains mainly: green. Hex color #348965 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348965 is #CB769A. Grayscale: #6B6B6B. Windows color (decimal): -13334171 or 6654260. OLE color: 6654260.

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

Color convert

RGB 52 137 101 -
CMYK 0.62 0 0.26 0.46
HSL 154.59º 0.45% 0.37% -
HSV(B) 154.59º 0.62% 0.54% -
XYZ 12.71 19.56 15.42 -
YUV 107.48 124.34 88.43 -
System Red Green Blue C M Y K H S L
Decimal 52 137 101 0.62 0 0.26 0.46 154.59 0.45 0.37
Hex 34 89 65 3E 0 1A 2E 9B 2D 25
Octal 64 211 145 76 0 32 56 233 55 45
Binary 110100 10001001 1100101 111110 0 11010 101110 10011011 101101 100101

Color Harmonies of #348965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #348965

Black with #348965

Text Example


Text Example

White with #348965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #348965; }

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

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

background-color css

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

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

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

border-color css

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

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

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