Html Css Color HEX #319966 Eucalyptus

📋 copy color: '#319966'

red 49 ◦ green 153 ◦ blue 102

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

Shades of Eucalyptus #319966

Tints of Eucalyptus #319966

RGB

 RED value IS 49 (19.53% from 255) = 16.12%

 GREEN value IS 153 (60.16% from 255) = 50.33%

 BLUE value IS 102 (40.23% from 255) = 33.55%

R = 16.12%
G = 50.33%
B = 33.55%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#319966 (or 0x319966) is known color: Eucalyptus. HEX triplet: 31, 99 and 66. RGB value is (49,153,102). Sum of RGB (Red+Green+Blue) = 49+153+102=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #319966 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319966 is #CE6699. Grayscale: #747474. Windows color (decimal): -13526682 or 6723889. OLE color: 6723889.

HSL color Cylindrical-coordinate representation of color #319966: hue angle of 150.58º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319966 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB 49 153 102 -
CMYK 0.68 0 0.33 0.4
HSL 150.58º 0.51% 0.4% -
HSV(B) 150.58º 0.68% 0.6% -
XYZ 15.06 24.39 16.49 -
YUV 116.09 120.04 80.15 -
System Red Green Blue C M Y K H S L
Decimal 49 153 102 0.68 0 0.33 0.4 150.58 0.51 0.4
Hex 31 99 66 44 0 21 28 97 33 28
Octal 61 231 146 104 0 41 50 227 63 50
Binary 110001 10011001 1100110 1000100 0 100001 101000 10010111 110011 101000

Color Harmonies of #319966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319966

Black with #319966

Text Example


Text Example

White with #319966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319966; }

 p { color: rgb(49,153,102); }

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

background-color css

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

 a { background-color: rgb(49,153,102); }

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

border-color css

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

 span { border-color: rgb(49,153,102); }

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