Html Css Color HEX #319B60 Eucalyptus

📋 copy color: '#319B60'

red 49 ◦ green 155 ◦ blue 96

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

Shades of Eucalyptus #319B60

Tints of Eucalyptus #319B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 51.67%

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

R = 16.33%
G = 51.67%
B = 32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#319B60 (or 0x319B60) is known color: Eucalyptus. HEX triplet: 31, 9B and 60. RGB value is (49,155,96). Sum of RGB (Red+Green+Blue) = 49+155+96=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 155 (60.94% from 255 or 51.67% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 155 - color contains mainly: green. Hex color #319B60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B60 is #CE649F. Grayscale: #747474. Windows color (decimal): -13526176 or 6331185. OLE color: 6331185.

HSL color Cylindrical-coordinate representation of color #319B60: hue angle of 146.6º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #319B60 is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 96 -
CMYK 0.68 0 0.38 0.39
HSL 146.6º 0.52% 0.4% -
HSV(B) 146.6º 0.68% 0.61% -
XYZ 15.1 24.94 15.08 -
YUV 116.58 116.38 79.8 -
System Red Green Blue C M Y K H S L
Decimal 49 155 96 0.68 0 0.38 0.39 146.6 0.52 0.4
Hex 31 9B 60 44 0 26 27 93 34 28
Octal 61 233 140 104 0 46 47 223 64 50
Binary 110001 10011011 1100000 1000100 0 100110 100111 10010011 110100 101000

Color Harmonies of #319B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B60

Black with #319B60

Text Example


Text Example

White with #319B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #319B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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