Html Css Color HEX #34A765 Eucalyptus

📋 copy color: '#34A765'

red 52 ◦ green 167 ◦ blue 101

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

Shades of Eucalyptus #34A765

Tints of Eucalyptus #34A765

RGB

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

 GREEN value IS 167 (65.63% from 255) = 52.19%

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

R = 16.25%
G = 52.19%
B = 31.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#34A765 (or 0x34A765) is known color: Eucalyptus. HEX triplet: 34, A7 and 65. RGB value is (52,167,101). Sum of RGB (Red+Green+Blue) = 52+167+101=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 167 (65.62% from 255 or 52.19% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 167 - color contains mainly: green. Hex color #34A765 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A765 is #CB589A. Grayscale: #7D7D7D. Windows color (decimal): -13326491 or 6661940. OLE color: 6661940.

HSL color Cylindrical-coordinate representation of color #34A765: hue angle of 145.57º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A765 is Cyan = 0.69, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 167 101 -
CMYK 0.69 0 0.40 0.35
HSL 145.57º 0.53% 0.43% -
HSV(B) 145.57º 0.69% 0.65% -
XYZ 17.58 29.31 17.04 -
YUV 125.09 114.4 75.87 -
System Red Green Blue C M Y K H S L
Decimal 52 167 101 0.69 0 0.40 0.35 145.57 0.53 0.43
Hex 34 A7 65 45 0 28 23 92 35 2B
Octal 64 247 145 105 0 50 43 222 65 53
Binary 110100 10100111 1100101 1000101 0 101000 100011 10010010 110101 101011

Color Harmonies of #34A765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A765

Black with #34A765

Text Example


Text Example

White with #34A765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34A765; }

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

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

background-color css

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

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

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

border-color css

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

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

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