Html Css Color HEX #319C5D Eucalyptus

📋 copy color: '#319C5D'

red 49 ◦ green 156 ◦ blue 93

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

Shades of Eucalyptus #319C5D

Tints of Eucalyptus #319C5D

RGB

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

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

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

R = 16.44%
G = 52.35%
B = 31.21%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.40

 K value IS 0.39

RGB Variations

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

Color information

#319C5D (or 0x319C5D) is known color: Eucalyptus. HEX triplet: 31, 9C and 5D. RGB value is (49,156,93). Sum of RGB (Red+Green+Blue) = 49+156+93=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #319C5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C5D is #CE63A2. Grayscale: #747474. Windows color (decimal): -13525923 or 6134833. OLE color: 6134833.

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

Color convert

RGB 49 156 93 -
CMYK 0.69 0 0.40 0.39
HSL 144.67º 0.52% 0.4% -
HSV(B) 144.67º 0.69% 0.61% -
XYZ 15.13 25.22 14.43 -
YUV 116.83 114.55 79.62 -
System Red Green Blue C M Y K H S L
Decimal 49 156 93 0.69 0 0.40 0.39 144.67 0.52 0.4
Hex 31 9C 5D 45 0 28 27 91 34 28
Octal 61 234 135 105 0 50 47 221 64 50
Binary 110001 10011100 1011101 1000101 0 101000 100111 10010001 110100 101000

Color Harmonies of #319C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C5D

Black with #319C5D

Text Example


Text Example

White with #319C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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