Html Css Color HEX #319369 Eucalyptus

📋 copy color: '#319369'

red 49 ◦ green 147 ◦ blue 105

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

Shades of Eucalyptus #319369

Tints of Eucalyptus #319369

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 16.28%
G = 48.84%
B = 34.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#319369 (or 0x319369) is known color: Eucalyptus. HEX triplet: 31, 93 and 69. RGB value is (49,147,105). Sum of RGB (Red+Green+Blue) = 49+147+105=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #319369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319369 is #CE6C96. Grayscale: #707070. Windows color (decimal): -13528215 or 6918961. OLE color: 6918961.

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

Color convert

RGB 49 147 105 -
CMYK 0.67 0 0.29 0.42
HSL 154.29º 0.5% 0.38% -
HSV(B) 154.29º 0.67% 0.58% -
XYZ 14.25 22.54 16.96 -
YUV 112.91 123.53 82.42 -
System Red Green Blue C M Y K H S L
Decimal 49 147 105 0.67 0 0.29 0.42 154.29 0.5 0.38
Hex 31 93 69 43 0 1D 2A 9A 32 26
Octal 61 223 151 103 0 35 52 232 62 46
Binary 110001 10010011 1101001 1000011 0 11101 101010 10011010 110010 100110

Color Harmonies of #319369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319369

Black with #319369

Text Example


Text Example

White with #319369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319369; }

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

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

background-color css

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

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

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

border-color css

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

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

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