Html Css Color HEX #339068 Eucalyptus

📋 copy color: '#339068'

red 51 ◦ green 144 ◦ blue 104

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

Shades of Eucalyptus #339068

Tints of Eucalyptus #339068

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.16%

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

R = 17.06%
G = 48.16%
B = 34.78%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.44

RGB Variations

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

Color information

#339068 (or 0x339068) is known color: Eucalyptus. HEX triplet: 33, 90 and 68. RGB value is (51,144,104). Sum of RGB (Red+Green+Blue) = 51+144+104=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #339068 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339068 is #CC6F97. Grayscale: #6F6F6F. Windows color (decimal): -13397912 or 6852659. OLE color: 6852659.

HSL color Cylindrical-coordinate representation of color #339068: hue angle of 154.19º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #339068 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 104 -
CMYK 0.65 0 0.28 0.44
HSL 154.19º 0.48% 0.38% -
HSV(B) 154.19º 0.65% 0.56% -
XYZ 13.84 21.65 16.55 -
YUV 111.63 123.69 84.75 -
System Red Green Blue C M Y K H S L
Decimal 51 144 104 0.65 0 0.28 0.44 154.19 0.48 0.38
Hex 33 90 68 41 0 1C 2C 9A 30 26
Octal 63 220 150 101 0 34 54 232 60 46
Binary 110011 10010000 1101000 1000001 0 11100 101100 10011010 110000 100110

Color Harmonies of #339068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339068

Black with #339068

Text Example


Text Example

White with #339068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339068; }

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

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

background-color css

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

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

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

border-color css

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

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

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