Html Css Color HEX #319B5B Eucalyptus

📋 copy color: '#319B5B'

red 49 ◦ green 155 ◦ blue 91

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

Shades of Eucalyptus #319B5B

Tints of Eucalyptus #319B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 16.61%
G = 52.54%
B = 30.85%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#319B5B (or 0x319B5B) is known color: Eucalyptus. HEX triplet: 31, 9B and 5B. RGB value is (49,155,91). Sum of RGB (Red+Green+Blue) = 49+155+91=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 155 (60.94% from 255 or 52.54% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 155 - color contains mainly: green. Hex color #319B5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319B5B is #CE64A4. Grayscale: #747474. Windows color (decimal): -13526181 or 6003505. OLE color: 6003505.

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

Color convert

RGB 49 155 91 -
CMYK 0.68 0 0.41 0.39
HSL 143.77º 0.52% 0.4% -
HSV(B) 143.77º 0.68% 0.61% -
XYZ 14.88 24.85 13.91 -
YUV 116.01 113.88 80.2 -
System Red Green Blue C M Y K H S L
Decimal 49 155 91 0.68 0 0.41 0.39 143.77 0.52 0.4
Hex 31 9B 5B 44 0 29 27 90 34 28
Octal 61 233 133 104 0 51 47 220 64 50
Binary 110001 10011011 1011011 1000100 0 101001 100111 10010000 110100 101000

Color Harmonies of #319B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319B5B

Black with #319B5B

Text Example


Text Example

White with #319B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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