Html Css Color HEX #319664 Eucalyptus

📋 copy color: '#319664'

red 49 ◦ green 150 ◦ blue 100

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

Shades of Eucalyptus #319664

Tints of Eucalyptus #319664

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 100 (39.45% from 255) = 33.44%

R = 16.39%
G = 50.17%
B = 33.44%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#319664 (or 0x319664) is known color: Eucalyptus. HEX triplet: 31, 96 and 64. RGB value is (49,150,100). Sum of RGB (Red+Green+Blue) = 49+150+100=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #319664 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319664 is #CE699B. Grayscale: #727272. Windows color (decimal): -13527452 or 6592049. OLE color: 6592049.

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

Color convert

RGB 49 150 100 -
CMYK 0.67 0 0.33 0.41
HSL 150.3º 0.51% 0.39% -
HSV(B) 150.3º 0.67% 0.59% -
XYZ 14.47 23.39 15.81 -
YUV 114.1 120.04 81.57 -
System Red Green Blue C M Y K H S L
Decimal 49 150 100 0.67 0 0.33 0.41 150.3 0.51 0.39
Hex 31 96 64 43 0 21 29 96 33 27
Octal 61 226 144 103 0 41 51 226 63 47
Binary 110001 10010110 1100100 1000011 0 100001 101001 10010110 110011 100111

Color Harmonies of #319664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319664

Black with #319664

Text Example


Text Example

White with #319664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319664; }

 p { color: rgb(49,150,100); }

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

background-color css

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

 a { background-color: rgb(49,150,100); }

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

border-color css

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

 span { border-color: rgb(49,150,100); }

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