Html Css Color HEX #339F70 Eucalyptus

📋 copy color: '#339F70'

red 51 ◦ green 159 ◦ blue 112

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

Shades of Eucalyptus #339F70

Tints of Eucalyptus #339F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.78%

R = 15.84%
G = 49.38%
B = 34.78%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#339F70 (or 0x339F70) is known color: Eucalyptus. HEX triplet: 33, 9F and 70. RGB value is (51,159,112). Sum of RGB (Red+Green+Blue) = 51+159+112=322 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.84% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #339F70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339F70 is #CC608F. Grayscale: #797979. Windows color (decimal): -13394064 or 7380787. OLE color: 7380787.

HSL color Cylindrical-coordinate representation of color #339F70: hue angle of 153.89º 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 #339F70 is Cyan = 0.68, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 51 159 112 -
CMYK 0.68 0 0.30 0.38
HSL 153.89º 0.51% 0.41% -
HSV(B) 153.89º 0.68% 0.62% -
XYZ 16.69 26.67 19.6 -
YUV 121.35 122.72 77.82 -
System Red Green Blue C M Y K H S L
Decimal 51 159 112 0.68 0 0.30 0.38 153.89 0.51 0.41
Hex 33 9F 70 44 0 1E 26 9A 33 29
Octal 63 237 160 104 0 36 46 232 63 51
Binary 110011 10011111 1110000 1000100 0 11110 100110 10011010 110011 101001

Color Harmonies of #339F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339F70

Black with #339F70

Text Example


Text Example

White with #339F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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