Html Css Color HEX #339A5E Eucalyptus

📋 copy color: '#339A5E'

red 51 ◦ green 154 ◦ blue 94

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

Shades of Eucalyptus #339A5E

Tints of Eucalyptus #339A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 51.51%

 BLUE value IS 94 (37.11% from 255) = 31.44%

R = 17.06%
G = 51.51%
B = 31.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#339A5E (or 0x339A5E) is known color: Eucalyptus. HEX triplet: 33, 9A and 5E. RGB value is (51,154,94). Sum of RGB (Red+Green+Blue) = 51+154+94=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 154 (60.55% from 255 or 51.51% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 154 - color contains mainly: green. Hex color #339A5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339A5E is #CC65A1. Grayscale: #747474. Windows color (decimal): -13395362 or 6199859. OLE color: 6199859.

HSL color Cylindrical-coordinate representation of color #339A5E: hue angle of 145.05º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #339A5E is Cyan = 0.67, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 154 94 -
CMYK 0.67 0 0.39 0.40
HSL 145.05º 0.5% 0.4% -
HSV(B) 145.05º 0.67% 0.6% -
XYZ 14.94 24.62 14.55 -
YUV 116.36 115.38 81.38 -
System Red Green Blue C M Y K H S L
Decimal 51 154 94 0.67 0 0.39 0.40 145.05 0.5 0.4
Hex 33 9A 5E 43 0 27 28 91 32 28
Octal 63 232 136 103 0 47 50 221 62 50
Binary 110011 10011010 1011110 1000011 0 100111 101000 10010001 110010 101000

Color Harmonies of #339A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339A5E

Black with #339A5E

Text Example


Text Example

White with #339A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,154,94); }

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

background-color css

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

 a { background-color: rgb(51,154,94); }

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

border-color css

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

 span { border-color: rgb(51,154,94); }

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