Html Css Color HEX #319668 Eucalyptus

📋 copy color: '#319668'

red 49 ◦ green 150 ◦ blue 104

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

Shades of Eucalyptus #319668

Tints of Eucalyptus #319668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.32%

R = 16.17%
G = 49.5%
B = 34.32%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#319668 (or 0x319668) is known color: Eucalyptus. HEX triplet: 31, 96 and 68. RGB value is (49,150,104). Sum of RGB (Red+Green+Blue) = 49+150+104=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #319668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319668 is #CE6997. Grayscale: #727272. Windows color (decimal): -13527448 or 6854193. OLE color: 6854193.

HSL color Cylindrical-coordinate representation of color #319668: hue angle of 152.67º 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 #319668 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB 49 150 104 -
CMYK 0.67 0 0.31 0.41
HSL 152.67º 0.51% 0.39% -
HSV(B) 152.67º 0.67% 0.59% -
XYZ 14.67 23.47 16.85 -
YUV 114.56 122.04 81.24 -
System Red Green Blue C M Y K H S L
Decimal 49 150 104 0.67 0 0.31 0.41 152.67 0.51 0.39
Hex 31 96 68 43 0 1F 29 99 33 27
Octal 61 226 150 103 0 37 51 231 63 47
Binary 110001 10010110 1101000 1000011 0 11111 101001 10011001 110011 100111

Color Harmonies of #319668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319668

Black with #319668

Text Example


Text Example

White with #319668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319668; }

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

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

background-color css

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

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

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

border-color css

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

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

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