Html Css Color HEX #339460 Eucalyptus

📋 copy color: '#339460'

red 51 ◦ green 148 ◦ blue 96

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

Shades of Eucalyptus #339460

Tints of Eucalyptus #339460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 17.29%
G = 50.17%
B = 32.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#339460 (or 0x339460) is known color: Eucalyptus. HEX triplet: 33, 94 and 60. RGB value is (51,148,96). Sum of RGB (Red+Green+Blue) = 51+148+96=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #339460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #339460 is #CC6B9F. Grayscale: #717171. Windows color (decimal): -13396896 or 6329395. OLE color: 6329395.

HSL color Cylindrical-coordinate representation of color #339460: hue angle of 147.84º 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 #339460 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 148 96 -
CMYK 0.66 0 0.35 0.42
HSL 147.84º 0.49% 0.39% -
HSV(B) 147.84º 0.66% 0.58% -
XYZ 14.07 22.73 14.71 -
YUV 113.07 118.36 83.73 -
System Red Green Blue C M Y K H S L
Decimal 51 148 96 0.66 0 0.35 0.42 147.84 0.49 0.39
Hex 33 94 60 42 0 23 2A 94 31 27
Octal 63 224 140 102 0 43 52 224 61 47
Binary 110011 10010100 1100000 1000010 0 100011 101010 10010100 110001 100111

Color Harmonies of #339460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339460

Black with #339460

Text Example


Text Example

White with #339460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339460; }

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

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

background-color css

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

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

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

border-color css

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

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

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