Html Css Color HEX #319C6B Eucalyptus

📋 copy color: '#319C6B'

red 49 ◦ green 156 ◦ blue 107

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

Shades of Eucalyptus #319C6B

Tints of Eucalyptus #319C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 15.71%
G = 50%
B = 34.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#319C6B (or 0x319C6B) is known color: Eucalyptus. HEX triplet: 31, 9C and 6B. RGB value is (49,156,107). Sum of RGB (Red+Green+Blue) = 49+156+107=312 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.71% from 312); Green value is 156 (61.33% from 255 or 50% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 156 - color contains mainly: green. Hex color #319C6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #319C6B is #CE6394. Grayscale: #767676. Windows color (decimal): -13525909 or 7052337. OLE color: 7052337.

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

Color convert

RGB 49 156 107 -
CMYK 0.69 0 0.31 0.39
HSL 152.52º 0.52% 0.4% -
HSV(B) 152.52º 0.69% 0.61% -
XYZ 15.81 25.49 18 -
YUV 118.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 49 156 107 0.69 0 0.31 0.39 152.52 0.52 0.4
Hex 31 9C 6B 45 0 1F 27 99 34 28
Octal 61 234 153 105 0 37 47 231 64 50
Binary 110001 10011100 1101011 1000101 0 11111 100111 10011001 110100 101000

Color Harmonies of #319C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #319C6B

Black with #319C6B

Text Example


Text Example

White with #319C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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