Html Css Color HEX #319B5D Eucalyptus

📋 copy color: '#319B5D'

red 49 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #319B5D

Tints of Eucalyptus #319B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.31%

R = 16.5%
G = 52.19%
B = 31.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#319B5D (or 0x319B5D) is known color: Eucalyptus. HEX triplet: 31, 9B and 5D. RGB value is (49,155,93). Sum of RGB (Red+Green+Blue) = 49+155+93=297 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.50% from 297); Green value is 155 (60.94% from 255 or 52.19% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 155 - color contains mainly: green. Hex color #319B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B5D is #CE64A2. Grayscale: #747474. Windows color (decimal): -13526179 or 6134577. OLE color: 6134577.

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

Color convert

RGB 49 155 93 -
CMYK 0.68 0 0.4 0.39
HSL 144.91º 0.52% 0.4% -
HSV(B) 144.91º 0.68% 0.61% -
XYZ 14.96 24.89 14.37 -
YUV 116.24 114.88 80.04 -
System Red Green Blue C M Y K H S L
Decimal 49 155 93 0.68 0 0.4 0.39 144.91 0.52 0.4
Hex 31 9B 5D 44 0 28 27 91 34 28
Octal 61 233 135 104 0 50 47 221 64 50
Binary 110001 10011011 1011101 1000100 0 101000 100111 10010001 110100 101000

Color Harmonies of #319B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B5D

Black with #319B5D

Text Example


Text Example

White with #319B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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