Html Css Color HEX #339F68 Eucalyptus

📋 copy color: '#339F68'

red 51 ◦ green 159 ◦ blue 104

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

Shades of Eucalyptus #339F68

Tints of Eucalyptus #339F68

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.64%

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 16.24%
G = 50.64%
B = 33.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#339F68 (or 0x339F68) is known color: Eucalyptus. HEX triplet: 33, 9F and 68. RGB value is (51,159,104). Sum of RGB (Red+Green+Blue) = 51+159+104=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 159 (62.5% from 255 or 50.64% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 159 - color contains mainly: green. Hex color #339F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339F68 is #CC6097. Grayscale: #787878. Windows color (decimal): -13394072 or 6856499. OLE color: 6856499.

HSL color Cylindrical-coordinate representation of color #339F68: hue angle of 149.44º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #339F68 is Cyan = 0.68, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 159 104 -
CMYK 0.68 0 0.35 0.38
HSL 149.44º 0.51% 0.41% -
HSV(B) 149.44º 0.68% 0.62% -
XYZ 16.26 26.5 17.35 -
YUV 120.44 118.72 78.47 -
System Red Green Blue C M Y K H S L
Decimal 51 159 104 0.68 0 0.35 0.38 149.44 0.51 0.41
Hex 33 9F 68 44 0 23 26 95 33 29
Octal 63 237 150 104 0 43 46 225 63 51
Binary 110011 10011111 1101000 1000100 0 100011 100110 10010101 110011 101001

Color Harmonies of #339F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339F68

Black with #339F68

Text Example


Text Example

White with #339F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,159,104); }

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

background-color css

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

 a { background-color: rgb(51,159,104); }

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

border-color css

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

 span { border-color: rgb(51,159,104); }

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