Html Css Color HEX #319367 Eucalyptus

📋 copy color: '#319367'

red 49 ◦ green 147 ◦ blue 103

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

Shades of Eucalyptus #319367

Tints of Eucalyptus #319367

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 16.39%
G = 49.16%
B = 34.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#319367 (or 0x319367) is known color: Eucalyptus. HEX triplet: 31, 93 and 67. RGB value is (49,147,103). Sum of RGB (Red+Green+Blue) = 49+147+103=299 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.39% from 299); Green value is 147 (57.81% from 255 or 49.16% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 147 - color contains mainly: green. Hex color #319367 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319367 is #CE6C98. Grayscale: #707070. Windows color (decimal): -13528217 or 6787889. OLE color: 6787889.

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

Color convert

RGB 49 147 103 -
CMYK 0.67 0 0.30 0.42
HSL 153.06º 0.5% 0.38% -
HSV(B) 153.06º 0.67% 0.58% -
XYZ 14.15 22.5 16.43 -
YUV 112.68 122.53 82.58 -
System Red Green Blue C M Y K H S L
Decimal 49 147 103 0.67 0 0.30 0.42 153.06 0.5 0.38
Hex 31 93 67 43 0 1E 2A 99 32 26
Octal 61 223 147 103 0 36 52 231 62 46
Binary 110001 10010011 1100111 1000011 0 11110 101010 10011001 110010 100110

Color Harmonies of #319367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319367

Black with #319367

Text Example


Text Example

White with #319367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319367; }

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

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

background-color css

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

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

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

border-color css

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

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

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