Html Css Color HEX #319368 Eucalyptus

📋 copy color: '#319368'

red 49 ◦ green 147 ◦ blue 104

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

Shades of Eucalyptus #319368

Tints of Eucalyptus #319368

RGB

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

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

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

R = 16.33%
G = 49%
B = 34.67%

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

#319368 (or 0x319368) is known color: Eucalyptus. HEX triplet: 31, 93 and 68. RGB value is (49,147,104). Sum of RGB (Red+Green+Blue) = 49+147+104=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #319368 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319368 is #CE6C97. Grayscale: #707070. Windows color (decimal): -13528216 or 6853425. OLE color: 6853425.

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

Color convert

RGB 49 147 104 -
CMYK 0.67 0 0.29 0.42
HSL 153.67º 0.5% 0.38% -
HSV(B) 153.67º 0.67% 0.58% -
XYZ 14.2 22.52 16.7 -
YUV 112.8 123.03 82.5 -
System Red Green Blue C M Y K H S L
Decimal 49 147 104 0.67 0 0.29 0.42 153.67 0.5 0.38
Hex 31 93 68 43 0 1D 2A 9A 32 26
Octal 61 223 150 103 0 35 52 232 62 46
Binary 110001 10010011 1101000 1000011 0 11101 101010 10011010 110010 100110

Color Harmonies of #319368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319368

Black with #319368

Text Example


Text Example

White with #319368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319368; }

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

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

background-color css

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

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

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

border-color css

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

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

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