Html Css Color HEX #319C56 Eucalyptus

📋 copy color: '#319C56'

red 49 ◦ green 156 ◦ blue 86

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

Shades of Eucalyptus #319C56

Tints of Eucalyptus #319C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 16.84%
G = 53.61%
B = 29.55%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#319C56 (or 0x319C56) is known color: Eucalyptus. HEX triplet: 31, 9C and 56. RGB value is (49,156,86). Sum of RGB (Red+Green+Blue) = 49+156+86=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #319C56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C56 is #CE63A9. Grayscale: #747474. Windows color (decimal): -13525930 or 5676081. OLE color: 5676081.

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

Color convert

RGB 49 156 86 -
CMYK 0.69 0 0.45 0.39
HSL 140.75º 0.52% 0.4% -
HSV(B) 140.75º 0.69% 0.61% -
XYZ 14.83 25.1 12.87 -
YUV 116.03 111.05 80.19 -
System Red Green Blue C M Y K H S L
Decimal 49 156 86 0.69 0 0.45 0.39 140.75 0.52 0.4
Hex 31 9C 56 45 0 2D 27 8D 34 28
Octal 61 234 126 105 0 55 47 215 64 50
Binary 110001 10011100 1010110 1000101 0 101101 100111 10001101 110100 101000

Color Harmonies of #319C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C56

Black with #319C56

Text Example


Text Example

White with #319C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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