Html Css Color HEX #319360 Eucalyptus

📋 copy color: '#319360'

red 49 ◦ green 147 ◦ blue 96

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

Shades of Eucalyptus #319360

Tints of Eucalyptus #319360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.88%

R = 16.78%
G = 50.34%
B = 32.88%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#319360 (or 0x319360) is known color: Eucalyptus. HEX triplet: 31, 93 and 60. RGB value is (49,147,96). Sum of RGB (Red+Green+Blue) = 49+147+96=292 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.78% from 292); Green value is 147 (57.81% from 255 or 50.34% from 292); Blue value is 96 (37.89% from 255 or 32.88% from 292); Max value from RGB is 147 - color contains mainly: green. Hex color #319360 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319360 is #CE6C9F. Grayscale: #6F6F6F. Windows color (decimal): -13528224 or 6329137. OLE color: 6329137.

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

Color convert

RGB 49 147 96 -
CMYK 0.67 0 0.35 0.42
HSL 148.78º 0.5% 0.38% -
HSV(B) 148.78º 0.67% 0.58% -
XYZ 13.81 22.36 14.66 -
YUV 111.88 119.03 83.15 -
System Red Green Blue C M Y K H S L
Decimal 49 147 96 0.67 0 0.35 0.42 148.78 0.5 0.38
Hex 31 93 60 43 0 23 2A 95 32 26
Octal 61 223 140 103 0 43 52 225 62 46
Binary 110001 10010011 1100000 1000011 0 100011 101010 10010101 110010 100110

Color Harmonies of #319360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319360

Black with #319360

Text Example


Text Example

White with #319360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319360; }

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

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

background-color css

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

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

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

border-color css

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

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

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