Html Css Color HEX #319B5E Eucalyptus

📋 copy color: '#319B5E'

red 49 ◦ green 155 ◦ blue 94

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

Shades of Eucalyptus #319B5E

Tints of Eucalyptus #319B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 16.44%
G = 52.01%
B = 31.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#319B5E (or 0x319B5E) is known color: Eucalyptus. HEX triplet: 31, 9B and 5E. RGB value is (49,155,94). Sum of RGB (Red+Green+Blue) = 49+155+94=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #319B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B5E is #CE64A1. Grayscale: #747474. Windows color (decimal): -13526178 or 6200113. OLE color: 6200113.

HSL color Cylindrical-coordinate representation of color #319B5E: hue angle of 145.47º 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 #319B5E is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.39.

Color convert

RGB 49 155 94 -
CMYK 0.68 0 0.39 0.39
HSL 145.47º 0.52% 0.4% -
HSV(B) 145.47º 0.68% 0.61% -
XYZ 15.01 24.9 14.61 -
YUV 116.35 115.38 79.96 -
System Red Green Blue C M Y K H S L
Decimal 49 155 94 0.68 0 0.39 0.39 145.47 0.52 0.4
Hex 31 9B 5E 44 0 27 27 91 34 28
Octal 61 233 136 104 0 47 47 221 64 50
Binary 110001 10011011 1011110 1000100 0 100111 100111 10010001 110100 101000

Color Harmonies of #319B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B5E

Black with #319B5E

Text Example


Text Example

White with #319B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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