Html Css Color HEX #319C5B Eucalyptus

📋 copy color: '#319C5B'

red 49 ◦ green 156 ◦ blue 91

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

Shades of Eucalyptus #319C5B

Tints of Eucalyptus #319C5B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.7%

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

R = 16.55%
G = 52.7%
B = 30.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#319C5B (or 0x319C5B) is known color: Eucalyptus. HEX triplet: 31, 9C and 5B. RGB value is (49,156,91). Sum of RGB (Red+Green+Blue) = 49+156+91=296 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.55% from 296); Green value is 156 (61.33% from 255 or 52.70% from 296); Blue value is 91 (35.94% from 255 or 30.74% from 296); Max value from RGB is 156 - color contains mainly: green. Hex color #319C5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C5B is #CE63A4. Grayscale: #747474. Windows color (decimal): -13525925 or 6003761. OLE color: 6003761.

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

Color convert

RGB 49 156 91 -
CMYK 0.69 0 0.42 0.39
HSL 143.55º 0.52% 0.4% -
HSV(B) 143.55º 0.69% 0.61% -
XYZ 15.04 25.19 13.97 -
YUV 116.6 113.55 79.79 -
System Red Green Blue C M Y K H S L
Decimal 49 156 91 0.69 0 0.42 0.39 143.55 0.52 0.4
Hex 31 9C 5B 45 0 2A 27 90 34 28
Octal 61 234 133 105 0 52 47 220 64 50
Binary 110001 10011100 1011011 1000101 0 101010 100111 10010000 110100 101000

Color Harmonies of #319C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C5B

Black with #319C5B

Text Example


Text Example

White with #319C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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