Html Css Color HEX #339C64 Eucalyptus

📋 copy color: '#339C64'

red 51 ◦ green 156 ◦ blue 100

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

Shades of Eucalyptus #339C64

Tints of Eucalyptus #339C64

RGB

 RED value IS 51 (20.31% from 255) = 16.61%

 GREEN value IS 156 (61.33% from 255) = 50.81%

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

R = 16.61%
G = 50.81%
B = 32.57%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.36

 K value IS 0.39

RGB Variations

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

Color information

#339C64 (or 0x339C64) is known color: Eucalyptus. HEX triplet: 33, 9C and 64. RGB value is (51,156,100). Sum of RGB (Red+Green+Blue) = 51+156+100=307 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.61% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 100 (39.45% from 255 or 32.57% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #339C64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339C64 is #CC639B. Grayscale: #767676. Windows color (decimal): -13394844 or 6593587. OLE color: 6593587.

HSL color Cylindrical-coordinate representation of color #339C64: hue angle of 148º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339C64 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.39.

Color convert

RGB 51 156 100 -
CMYK 0.67 0 0.36 0.39
HSL 148º 0.51% 0.41% -
HSV(B) 148º 0.67% 0.61% -
XYZ 15.55 25.4 16.14 -
YUV 118.22 117.71 80.05 -
System Red Green Blue C M Y K H S L
Decimal 51 156 100 0.67 0 0.36 0.39 148 0.51 0.41
Hex 33 9C 64 43 0 24 27 94 33 29
Octal 63 234 144 103 0 44 47 224 63 51
Binary 110011 10011100 1100100 1000011 0 100100 100111 10010100 110011 101001

Color Harmonies of #339C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339C64

Black with #339C64

Text Example


Text Example

White with #339C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339C64; }

 p { color: rgb(51,156,100); }

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

background-color css

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

 a { background-color: rgb(51,156,100); }

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

border-color css

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

 span { border-color: rgb(51,156,100); }

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