Html Css Color HEX #339464 Eucalyptus

📋 copy color: '#339464'

red 51 ◦ green 148 ◦ blue 100

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

Shades of Eucalyptus #339464

Tints of Eucalyptus #339464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 49.5%

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

R = 17.06%
G = 49.5%
B = 33.44%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#339464 (or 0x339464) is known color: Eucalyptus. HEX triplet: 33, 94 and 64. RGB value is (51,148,100). Sum of RGB (Red+Green+Blue) = 51+148+100=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #339464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339464 is #CC6B9B. Grayscale: #717171. Windows color (decimal): -13396892 or 6591539. OLE color: 6591539.

HSL color Cylindrical-coordinate representation of color #339464: hue angle of 150.31º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #339464 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 100 -
CMYK 0.66 0 0.32 0.42
HSL 150.31º 0.49% 0.39% -
HSV(B) 150.31º 0.66% 0.58% -
XYZ 14.26 22.8 15.71 -
YUV 113.53 120.36 83.4 -
System Red Green Blue C M Y K H S L
Decimal 51 148 100 0.66 0 0.32 0.42 150.31 0.49 0.39
Hex 33 94 64 42 0 20 2A 96 31 27
Octal 63 224 144 102 0 40 52 226 61 47
Binary 110011 10010100 1100100 1000010 0 100000 101010 10010110 110001 100111

Color Harmonies of #339464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339464

Black with #339464

Text Example


Text Example

White with #339464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339464; }

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

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

background-color css

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

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

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

border-color css

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

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

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