Html Css Color HEX #319566 Eucalyptus

📋 copy color: '#319566'

red 49 ◦ green 149 ◦ blue 102

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

Shades of Eucalyptus #319566

Tints of Eucalyptus #319566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.67%

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

R = 16.33%
G = 49.67%
B = 34%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#319566 (or 0x319566) is known color: Eucalyptus. HEX triplet: 31, 95 and 66. RGB value is (49,149,102). Sum of RGB (Red+Green+Blue) = 49+149+102=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 149 (58.59% from 255 or 49.67% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 149 - color contains mainly: green. Hex color #319566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319566 is #CE6A99. Grayscale: #717171. Windows color (decimal): -13527706 or 6722865. OLE color: 6722865.

HSL color Cylindrical-coordinate representation of color #319566: hue angle of 151.8º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #319566 is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 49 149 102 -
CMYK 0.67 0 0.32 0.42
HSL 151.8º 0.51% 0.39% -
HSV(B) 151.8º 0.67% 0.58% -
XYZ 14.41 23.11 16.27 -
YUV 113.74 121.37 81.82 -
System Red Green Blue C M Y K H S L
Decimal 49 149 102 0.67 0 0.32 0.42 151.8 0.51 0.39
Hex 31 95 66 43 0 20 2A 98 33 27
Octal 61 225 146 103 0 40 52 230 63 47
Binary 110001 10010101 1100110 1000011 0 100000 101010 10011000 110011 100111

Color Harmonies of #319566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319566

Black with #319566

Text Example


Text Example

White with #319566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319566; }

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

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

background-color css

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

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

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

border-color css

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

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

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