Html Css Color HEX #319669 Eucalyptus

📋 copy color: '#319669'

red 49 ◦ green 150 ◦ blue 105

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

Shades of Eucalyptus #319669

Tints of Eucalyptus #319669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 34.54%

R = 16.12%
G = 49.34%
B = 34.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#319669 (or 0x319669) is known color: Eucalyptus. HEX triplet: 31, 96 and 69. RGB value is (49,150,105). Sum of RGB (Red+Green+Blue) = 49+150+105=304 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.12% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #319669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319669 is #CE6996. Grayscale: #727272. Windows color (decimal): -13527447 or 6919729. OLE color: 6919729.

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

Color convert

RGB 49 150 105 -
CMYK 0.67 0 0.30 0.41
HSL 153.27º 0.51% 0.39% -
HSV(B) 153.27º 0.67% 0.59% -
XYZ 14.72 23.49 17.12 -
YUV 114.67 122.54 81.16 -
System Red Green Blue C M Y K H S L
Decimal 49 150 105 0.67 0 0.30 0.41 153.27 0.51 0.39
Hex 31 96 69 43 0 1E 29 99 33 27
Octal 61 226 151 103 0 36 51 231 63 47
Binary 110001 10010110 1101001 1000011 0 11110 101001 10011001 110011 100111

Color Harmonies of #319669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319669

Black with #319669

Text Example


Text Example

White with #319669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319669; }

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

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

background-color css

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

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

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

border-color css

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

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

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