Html Css Color HEX #34966B Eucalyptus

📋 copy color: '#34966B'

red 52 ◦ green 150 ◦ blue 107

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

Shades of Eucalyptus #34966B

Tints of Eucalyptus #34966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.54%

 BLUE value IS 107 (42.19% from 255) = 34.63%

R = 16.83%
G = 48.54%
B = 34.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#34966B (or 0x34966B) is known color: Eucalyptus. HEX triplet: 34, 96 and 6B. RGB value is (52,150,107). Sum of RGB (Red+Green+Blue) = 52+150+107=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #34966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34966B is #CB6994. Grayscale: #737373. Windows color (decimal): -13330837 or 7050804. OLE color: 7050804.

HSL color Cylindrical-coordinate representation of color #34966B: hue angle of 153.67º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34966B is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 107 -
CMYK 0.65 0 0.29 0.41
HSL 153.67º 0.49% 0.4% -
HSV(B) 153.67º 0.65% 0.59% -
XYZ 14.98 23.6 17.68 -
YUV 115.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 52 150 107 0.65 0 0.29 0.41 153.67 0.49 0.4
Hex 34 96 6B 41 0 1D 29 9A 31 28
Octal 64 226 153 101 0 35 51 232 61 50
Binary 110100 10010110 1101011 1000001 0 11101 101001 10011010 110001 101000

Color Harmonies of #34966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34966B

Black with #34966B

Text Example


Text Example

White with #34966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34966B; }

 p { color: rgb(52,150,107); }

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

background-color css

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

 a { background-color: rgb(52,150,107); }

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

border-color css

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

 span { border-color: rgb(52,150,107); }

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